Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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>)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 99 | |
| 73 | |
| 66 | |
| 65 |