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! Get ahead of the game and start preparing now! 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!!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 134 | |
| 96 | |
| 78 | |
| 67 | |
| 65 |