This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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>)
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 22 | |
| 19 | |
| 18 |