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 null and Blank Fields in a Sites Column can any give me DAX function
if it's in SQL i can achive using --> isnull (nullif ([site],'') ,'UNK') as [Site]
can any one give me a DAX function to it Please
Thanks
Solved! Go to Solution.
Like @Phil_Seamark points out.
Create a calculated column in the table where [Site] column is and use his formula. You might need to use ";" instead of "," depending on your locale settings.
Hey Phil, Thanks for reply its not working
as i'm new to Power BI side
i have a table 'Business Attribute' with 'Site' Cloumn like
NY
NJ
*
TX
Blank
MA
I want to replace Blank and * as a Unknow (Like UNK)
Like @Phil_Seamark points out.
Create a calculated column in the table where [Site] column is and use his formula. You might need to use ";" instead of "," depending on your locale settings.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 58 | |
| 45 | |
| 42 | |
| 21 | |
| 18 |