Forum Discussion
Percentage calculation issue when using calculation group
- 3 years ago
Instead of REMOVEFILTERS() I would use ALLSELECTED()
Did you know there is a new formatting function for measures available? That might remove the need for Tabular Editor. Measures in Power BI Desktop - Power BI | Microsoft Learn
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
- rconcil3 years agoFrequent Visitor
Hello lbendlin following your suggestion, I have:
- Added the PBIX demo file
- Change the title where I explain the expected value, please see section "ISSUE & EXPECTED VALUES:".
Let me know if something else could be improved in my post.
Kind Regards,- lbendlin3 years agoSuper User
Instead of REMOVEFILTERS() I would use ALLSELECTED()
Did you know there is a new formatting function for measures available? That might remove the need for Tabular Editor. Measures in Power BI Desktop - Power BI | Microsoft Learn
- rconcil3 years agoFrequent Visitor
Thanks a lot for the help, indeed replacing REMOVEFILTERS() with ALLSELECTED() did the trick 👍
Also big thanks for sending me the documention to the Dynamic format strings feature, I was not aware of it. I will have a look into it, indeed if I can replace Tabular Editor with this feature that would be the best solution.