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 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is 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.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 26 | |
| 22 | |
| 22 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 35 | |
| 29 | |
| 21 | |
| 19 | |
| 17 |