Forum Discussion
Value conditional formatting
- 1 year ago
Hi Fusilier2
You can use field parametrs + conditional formatting with dax .
Please refer to the linked video guide :
https://www.youtube.com/watch?v=KOeT9Dsk-xo&t=11s+
blog post that shared by amitchandakhttps://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi Fusilier2
It sounds like what you're asking is possible, but to give a more accurate answer, it would be helpful to see exactly what your setup looks like and what you're trying to achieve.
If you could share a sample of the data or a mock-up of the expected result (including how the slicer interacts with the chart), I’d be happy to suggest a more specific solution.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi,
So, this is the slicer with a % KPI selected:
The chart will display the values as this:
Which is fine.
If I now select a curency KPI:
The chart shows thus:
In this case I would want to see the label displayed as say £383 etc.
This is how the tables are linked:
I was thinking of some kind of helper column in the definition table but not sure how to use that. Any ideas?
- Ritaf19831 year agoSuper User
Hi Fusilier2
You can use field parametrs + conditional formatting with dax .
Please refer to the linked video guide :
https://www.youtube.com/watch?v=KOeT9Dsk-xo&t=11s+
blog post that shared by amitchandakhttps://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- Fusilier21 year agoHelper V
Thank you. I shall investigate.