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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
MaryamHa
Frequent 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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.