Forum Discussion
Tracking Between Dates
Bahalzamon , when you use legend or multiple measures, then you can not use conditional formatting.
If you are using multiple measures, you can create a calculation group and use that on x-axis, Expand. Now you can use conditional formatting
You can use a measure like below in conditional formatting of column using field value option
COlor =
var _max= maxx(allselected(Table), Table[Qtr])
return
if(Max(Table[Qtr]) = _max, "Red", "Green" )
How to do conditional formatting by measure and apply it on pie?
https://www.youtube.com/watch?v=RqBb5eBf_I4&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L
https://community.powerbi.com/t5/Community-Blog/Power-BI-Conditional-formatting-the-Pie-Visual/ba-p/1682539
https://amitchandak.medium.com/power-bi-where-is-the-conditional-formatting-option-in-new-format-pane-66e0afcb15f3
Model explorer public preview with calculation group authoring| Measure Slicer: https://youtu.be/VfxfJJ0RzvU
- Bahalzamon2 years agoHelper I
I will update my post, but I am looking for a way to create a measure or something that can show the data of the total vulnerability count not some coloring.
I need the data showing in Q3 to show also in Q1 & Q2.