Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Calculated Tables filtering

$
0
0

Hello,

We’re stuck with Power Bi and we’re ready to drop the idea of developing our reports with Power Bi. But I decided to describe our problems here, so maybe someone can help us. We started with 10 original custom reports developed with some old reporting technology. New reports should retain old filtering, which is StartDate, EndDate and few IDs. We also decided to pull all the relevant data into one huge view, so business users can pick whatever columns they want and filter with any of these columns (meaning that they can utilize all PowerBi possibilities). Some reports need some sort of calculated tables. That huge view has several measure columns. So, these calculated tables are created with UNION, e.g.:

TestTable = UNION(ROW("Category"; "Test1"; "Test11"; v_View[M_MeasureTest1]); ROW("Category"; "Test2"; "Test22"; v_View[M_MeasureTest2])) .

 

We have problems to filter such tables, meaning that if we create a visual with those 2 measure columns straight out of the huge view, we can filter them with other columns from the view (by creating a slicer tied to that column). But the visual created with our “Union” calculated table is not responding to changes in the slicer, i.e. we can’t filter that calculated table. It seems that these calculated tables are sort of a “snapshot” and that they can’t be filtered in real time.

 

If this is true, does anyone has a suggestion how to take some smaller subset of data from that huge view and create a visual from that smaller subset, that is filterable with slicer tied to any column from the original view?

 

Regards,

dor


Viewing all articles
Browse latest Browse all 213819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>