Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi I am seeking a help with a DAX that
1) when Filter PC, return DAX = EAM
2) when Filter Print, return DAX = Print Lead Rep
Issue : When I select PC, it incorrectly returns Prit Rep
I wrote my DAX = IF(SELECTEDVALUE(lookupPdt[L2 Segment ]) = "PC", lookupNAL[EAM],lookupNAL[Print Lead Rep])
Hi
You can try the following
DAX = SWITCH ( TRUE (), SELECTEDVALUE(lookupPdt[L2 Segment ]) = "PC", lookupNAL[EAM], SELECTEDVALUE(lookupPdt[L2 Segment ]) = "Print", lookupNAL[Print Lead Rep],
blank())
If I answer your question, please mark my post as a solution, this will also help others.
Please give Kudos for support.
Tomas Santandreu Polanco |Principal Business Intelligence Consultant
www.designmind.com
unfortunately the DAX, when I select "Print" or "PC" return blanks
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |