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've an issue with empty text values when using Dataflows.
I've already read some post regarding null and empty with text fields, but I've a similar problem with blanks.
In M script I've seen that text fields seems to be stored as blank, but if I filter I see that is an empty string.
this can be a problem with some Dax Formula.
Has anyone the same problem?
The only thing I can do is to create a column to set Blank if empty or change Dax formulas to check blank or empty?
EscludiISBlank = If(isblank(Escludi),true,false)
thanks,
Samuele
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.