The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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! | |