Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi everyone,
I have a table that shows the revenue for each product.
Then I draw a chart shows the percentage each product accounts for in total revenue (I chose "Percent of grand total" in the value area).
However, because there are products account for a very low percentage (for example lower than 1%). I am finding a way to hide them in the chart.
Thank you
Solved! Go to Solution.
HI @Anonymous
You could add an IF function to your calculation.
Something like
IF ( <dax expression> <= 1 , BLANK() , <dax expression>)
HI @Anonymous
You could add an IF function to your calculation.
Something like
IF ( <dax expression> <= 1 , BLANK() , <dax expression>)
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 54 | |
| 53 | |
| 40 | |
| 37 | |
| 32 |