Forum Discussion
Measure filtered by slicer
- 9 years ago
In this case, I think you'll have to duplicate the table and apply slicers to those two tables and calculate the difference via a measure like
diff = SUM(Table2[Calls])-SUM(duplicateTable2[Calls])
Check more details in the attached pbix.
- 9 years ago
Thanks for the replies.
This will work. I can get a one on one comparison using this menthod. Not sure when I want to compare 10. Dont really want 10 duplicate tables ;-)
Maybe Im trying to use Power BI in ways its not really designed for. I really thought there would be a very simple solution, but hours of searching have drawn a blank (for a working solution). I can do this in about 1 min in Excel :-(
Really appreicate the help. Thanks.
https://drive.google.com/open?id=0B_GOODlRIXtsSTRoN090aVNDMDA
Simply, I want to see the percentage difference between the 2 filtered figures (in the Cards)
The two figures cover the two selected date ranges, taken from the two sliders. So I want to see the percentage difference between card 2 and card 1.
Thanks
In this case, I think you'll have to duplicate the table and apply slicers to those two tables and calculate the difference via a measure like
diff = SUM(Table2[Calls])-SUM(duplicateTable2[Calls])
Check more details in the attached pbix.
- NeilC9 years ago
Advocate I
Thanks for the replies.
This will work. I can get a one on one comparison using this menthod. Not sure when I want to compare 10. Dont really want 10 duplicate tables ;-)
Maybe Im trying to use Power BI in ways its not really designed for. I really thought there would be a very simple solution, but hours of searching have drawn a blank (for a working solution). I can do this in about 1 min in Excel :-(
Really appreicate the help. Thanks.