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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.