Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi Experts
I have encountered a problem. Each of my brands has a Review Threshold.
If the performance achievement rate of a brand exceeds this Review Threshold, a review needs to be shown.
However, with the current formula I'm using and after adding fields into a matrix, I'm facing this issue.
Each brand is displaying Review Thresholds that do not belong to them.
My dax using below
Is it not feasible to useSELECTEDVALUE?
@Lily36876 , if Review Threshold is a measure then selectedvalue or max is not needed. Try with max if this is a column
IF(Max('Brand Review Threshold'[Review Threshold])=BLANK(),"",IF(OR('Date'[SalesTargetAchv%]<1-
Max('Brand Review Threshold'[Review Threshold]),Max('Brand Review Threshold'[Review Threshold])>1+
Max('Brand Review Threshold'[Review Threshold])),"Review",""))
Hello!!
Thanks for reply,
but I think it should be a measure?
because I can't create this column in connect table.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 37 | |
| 29 | |
| 24 |