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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
Can someone help in correcting the below DAX.
I am trying to add conditional formatting based on the below DAX which has different Groups and has to meet 2 different conditions.
It's working but it applies only for MS SL group.
HI @RanjanThammaiah ,
Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.
Best Regards
Lucien
Hi @RanjanThammaiah ,
Please try this:-
Color =
SWITCH (
SELECTEDVALUE ( Scorecard[Group] ),
"ACCELERATE" || "Innovate & Build"
|| "Market Segment"
|| "Protect",
SWITCH (
TRUE (),
SUM ( Scorecard[Total Score] ) > 50, "ColoredArrowDown",
SUM ( Scorecard[Total Score] ) > 40, "ColoredArrowRight",
"ColoredArrowUp"
),
"Industry" || "MS SL",
SWITCH (
TRUE (),
SUM ( Scorecard[Total Score] ) > 40, "ColoredArrowDown",
SUM ( Scorecard[Total Score] ) > 32, "ColoredArrowRight",
"ColoredArrowUp"
)
)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 59 | |
| 41 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 106 | |
| 106 | |
| 40 | |
| 29 | |
| 28 |