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
I have a Column A in a table that has valid values and blank values. I want to create a value indicator measure in power BI. I am not sure how to do it as I am new to Power BI.
in sql we usally do,
case when column A <> '' then Y
else N
So, How do we implement this in measuire in power BI? Could you please help me out? I am stuck here.
Solved! Go to Solution.
Hi @rocku2008_1985 ,
Please try below steps:
1. below is my test table
Table:
2. create a new column with below dax formula
Column = IF([Column2]<>BLANK(),"Y","N")
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @rocku2008_1985 ,
Please try below steps:
1. below is my test table
Table:
2. create a new column with below dax formula
Column = IF([Column2]<>BLANK(),"Y","N")
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Nathaniel_C : I did that but I am facing the issues as shown below. The value is blank but if I keeo it blank it gives the issue as shown:
Could you please help me out?
Hi @rocku2008_1985
In PQ what type of value is that column?
Nathaniel
Proud to be a Super User!
Hi @rocku2008_1985 ,
Make sure it is alpha. Below is what I get.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
Hi @rocku2008_1985
Go to Power Query - Add a Column tab - Conditional Column:
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |