Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
What am I doing wrong
Hi @aspitalnick
Is Grade text field or number field
You care using Grade as Text field Grade = "1"
CLS_cond_form = VAR BM_ =SELECTEDVALUE('Acadiance 1-6'[Benchmark])
VAR Grade_ = SELECTEDVALUE('Acadiance 1-6'[Grade])
VAR CLS_ = SELECTEDVALUE('Acadiance 1-6'[NWF-CLS])
Return
SWITCH
(True(),
Grade_ = 1 && BM_ = "BM1" && CLS_ <30, "100",
Grade_ = 1 && BM_ = "BM1" && CLS_ <= 1000, "102",
Grade_ = 2 && BM_ = "BM1" && CLS_ <40, "103",
Grade_ = 2 && BM_ = "BM1" && CLS_ >60, "104",
Grade_ = 4 && BM_ = "BM2" && CLS_ <20, "106",
Grade_ = 4 && BM_ = "BM2" && CLS_ >40, "107",
BLANK()
)
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Proud to be a Super User! | |
Grade is text
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
72 | |
56 | |
40 | |
35 |
User | Count |
---|---|
71 | |
65 | |
57 | |
49 | |
47 |