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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
mdaamirkhan
Post Prodigy
Post Prodigy

How optimize KPI Color dax

HI All,

I wrote below two dax to highlight <0 red but it slow down the report. Can you help me how to optimized the dax to make it faster

 

1. KPI Color QV =

IF(If(max('wt_fin_staging pl_sorting'[Account_Type])=1 , _Measures[_Reporting Cycle_Q] - [_Vs Reporting Cycle_Q],  [_Vs Reporting Cycle_Q] -_Measures[_Reporting Cycle_Q])<0,0,1)

to highlight <-100% and <0
2. KPI Color QV% =

IF(_Measures[_Variance %_Q] = "<-100%" || _Measures[_Variance %_Q] < 0,0,1)


Thanks
Aamir


2 REPLIES 2
mdaamirkhan
Post Prodigy
Post Prodigy

any update

Fowmy
Super User
Super User

@mdaamirkhan 

I trying understand the logic that you are trying to apply in these measures, please provide more details and share a dummy file with the scenario

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.