Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
MaryamHa
Regular Visitor

Specify Color in Flow Map based on Measure values

Hi
I have been using a flow Map in my dashboard.
I created a measure that shows the deviation between my actual and plan values:

 

If Actual-Plan>0 -> The lane is classified as "Low Risk".
If -0.01<actual-plan<0 -=""> The lane is classified as "Medium Risk".
if Actual-Plan<-0,01-> the lane is classified as "High Risk".

 

Dax: 

Actual/Traget-Flowmap = var actual_target=CALCULATE([Performance-OnTime]-average('Tradelane Reports (Donnerstagsdaten)'[Target Value]))
return if (actual_target>=0,"Low Risk",if(actual_target<0 && actual_target>=-0.01,"Intermediate Risk",if(actual_target<-0.01,"High Risk")))

 

Based on these three categories, I would like to set these colors:

Lane with "Low Risk" in "Green".
Lanes with "Medium risk" in "Yellow
Lanes with "high risk" in "red

 

Surprisingly, it is not possible to set the color individually

MaryamHa_0-1675851896461.png

 


When I choose the "Auto fill" option, the colors are randomly selected, which are not the colors I need. Could you please help me to find a solution

2 REPLIES 2
xBroPapa
New Member

Try creating a new column, not a new measure. 

Padycosmos
Solution Sage
Solution Sage

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.