Forum Discussion
Squizzato
4 years agoRegular Visitor
Show Only One Axis Label
Hi,
I need show only one axis label, based on a filter selection, but without filtering other values.
Something like that.
I tried to play with Interactions and SELECTEDVALUE but without any result.
Thanks
2 Replies
- amitchandakSuper User
Squizzato , I doubt on axis conditional formatting work row-wise , it work on grand total
Measure 5 = if(max('Date'[Date]) = date(2019,01,17) , "black", "white")The above shows all white rows, which means do not work at row level. So I doubt you can do that.
The option is to create a measure and change the color using fx-> field value
- SquizzatoRegular Visitor
thanks amitchandak, change the color could be a good solution, but I'm not able to create a measure that depends on a visual filter that is not used in that visual (interaction between visuals disabled). Could you suggest me MDX?
thanks