Forum Discussion
Anonymous
8 years agoNot applicable
Conditional display the chart
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 t...
- 8 years ago
HI Anonymous
You could add an IF function to your calculation.
Something like
IF ( <dax expression> <= 1 , BLANK() , <dax expression>)
Phil_Seamark
8 years agoMicrosoft Employee
HI Anonymous
You could add an IF function to your calculation.
Something like
IF ( <dax expression> <= 1 , BLANK() , <dax expression>)