Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have an expression that works perfectly until I apply a filter:
Solved! Go to Solution.
Hi,
Does this measure work?
Plan_Rate = divide((sum(Tiering[Retained_AP_ZRC])-sum(Tiering[Retained_AP])),sum(Tiering[Retained_AP]))
Format this measure as a %.
Hi,
Does this measure work?
Plan_Rate = divide((sum(Tiering[Retained_AP_ZRC])-sum(Tiering[Retained_AP])),sum(Tiering[Retained_AP]))
Format this measure as a %.
Yes, that works perfectly. Thank you very much for your help!
You are welcome.
If You can create two different views?!
Proud to be a Super User!
It's a report, the way it is currently setup the users choose filters. Someone brought to my attention that when they apply a date filter and then scroll down they can see entries that should not reflect, although the totals are fine.
My head says there must be a way within Power BI to apply a percentage filter correctly. The method I used is one I use in Excel and R, but I appreciate that Power BI uses Dax.
But yes, creating two pivot tables to correct something that should not show on the pivot table in the first place won't do in this example.
Try using ISFILTERED
IF(ISFILTERED(Filter),Plan_Rate wihtout "-1", Plan_Rate with "-1")
it should give you the right view.
Proud to be a Super User!
Hi @VijayP , Thank you for your suggestion. Am looking up your syntax suggestion now, it's new to me. From what I can gather if a filter is applied then show plan rate without -1, but if a filter is not applied then show the -1.
Only problem I have is that users will want to be able to view the same pivot table in a filtered and unfiltered form.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
90 | |
88 | |
83 | |
64 | |
49 |
User | Count |
---|---|
127 | |
108 | |
87 | |
70 | |
66 |