The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have 100 records each belong to a category.
ID,Category
101,A
102,A
103,B
....
200,D
I have plotted them in bar chart and showing as % of grand total.
I want to remove one category from 'visual only'. This means that category should be counted in the overall % calculation, but will not be shown in the visual.
Can I achieve that ?
Solved! Go to Solution.
Please see this measure:
You'll probably have to adapt this part "COUNT(T_Data[ID])/100" according to your model, but the logic is this.
Proud to be a Super User!
Hi,
Please could you share your measures and the how you build this chart?
I think you could do this using a IF statement, but I need to see the information above to think how to do it.
Proud to be a Super User!
@_AAndrade , hi, no measures created, just brought the field into visual and applied native calc to show as % of grand total.
Please see this measure:
You'll probably have to adapt this part "COUNT(T_Data[ID])/100" according to your model, but the logic is this.
Proud to be a Super User!