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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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!!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 131 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |