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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello - I want to create a measure to use it in the matrix as
If column b = blank return unassigned else return the value.
Solved! Go to Solution.
You need to add a calculated column instead.
Use this and add a new column with DAX:
New Column=
IF('Table'[B]=blank(),"unassigned",'Table'[B])
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Hi @VahidDM When i use this measure, I am not able to add this to the rows instead it only taking it values.
You need to add a calculated column instead.
Use this and add a new column with DAX:
New Column=
IF('Table'[B]=blank(),"unassigned",'Table'[B])
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 18 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 42 | |
| 41 | |
| 38 | |
| 37 |