Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I would like to default all blank fields to a specific value, I tried creating a new column with the following code, but it's not working.
Any help would be appreciated.
if(isblank([column]), "a", [column])
Hello @df123445 ,
try this
if( [column] = Blank(),"a", [column])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.