Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
Can anyone optimize the below query. it's taking 15 seconds to load when I run in Dax studio. and this measure I am using for conditional formatting.
CAGR = Var matrix1 = CAGR (% TY v LLY)]
Var matrix2 =
CALCULATE(CAGR (% TY v LLY)],
ALL('STATES')
, ALL('STORES')
, ALL('PRODUCT')
)
Return
IF(matrix1 > matrix2, "GREEN", "RED")
Thanks in advance.
Didn't understand! has your question been optimized or not?
Hi
Anyone have idea to optimize this measure?
and also I 've created this measure in report level. and data is coming from SSAS model. if i create same measue in ssas model and deploy then add to report. will it be optimse? becuase this measure comes from then SSAS model.
anyone help me in this?
Thanks.
your measure not worked it gives "RED" for every category.
my question in your measure, why you did not take three tables?
CAGR = Var matrix1 = CAGR (% TY v LLY)]
Var matrix2 =
CALCULATE(CAGR (% TY v LLY)],
REMOVEFILTERS()
)
Return
SWITCH( TRUE,matrix1 > matrix2, "GREEN", "RED")
Hi @Ahmedx
Thank you for your quick response.
In the above you dax why you did not consider three tables of states, stores and product. ?
will removefilters appply to 3 tables whitout metioning in formaula. ?
Thanks
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |