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!View all the Fabric Data Days sessions on demand. View schedule
Hi Team,
I have a scenario to achieve in DAX. The mentioned is the requirement.
The Training "T1" should be mapped only to Role 1. If other Role contains the T1 value it should be "Null". Other values in Training can be same. Only for T1 we need to achieve this. Even if data has 100 roles, if any role contains T1 value then it should be "Null" all other values are similar.
Please advice to achieve this output.
@Ahmedx
Solved! Go to Solution.
Add a new custom column
Required Output = IF(Training[Name] <> "Role 1" && Training[Trainings] = "T1", BLANK(), Training[Trainings])
Thanks
Joe
If this post helps, then please Accept it as the solution
please consider Accepting it as the solution
Add a new custom column
Required Output = IF(Training[Name] <> "Role 1" && Training[Trainings] = "T1", BLANK(), Training[Trainings])
Thanks
Joe
If this post helps, then please Accept it as the solution
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!