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
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
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.