Hi Power BI Experts,
Is there a DAX formula to prevent the 100% bar chart from recalculating percentages if I exclude a category?
Here is my DAX.
But if I exclude a percentage, the graph is recalculated.
I thought the Remove filters statement would prevent the recalculation but it does not.
Solved! Go to Solution.
@quipmaster , 100% Stacked bar chart will calculate its own %. You can calculate % and use the Stacked bar visual, there removefilter, all , all except can help as per need
Divide([Meausre], calculate([Meausre], removefilter(Table, Table[Legend])) )
@quipmaster , 100% Stacked bar chart will calculate its own %. You can calculate % and use the Stacked bar visual, there removefilter, all , all except can help as per need
Divide([Meausre], calculate([Meausre], removefilter(Table, Table[Legend])) )
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
97 | |
77 | |
41 | |
32 | |
29 |
User | Count |
---|---|
128 | |
95 | |
79 | |
48 | |
41 |