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've got a column with Owners of many type of products. Some of them are empty because i'm making a warehouse inventory and i want to show spaces that are still free, but it's not the main topic. Is there a way to create a new column maybe, or a new measure that will just show me those Owners without that empty spaces?
Solved! Go to Solution.
@PiotrBZMZ , In visual level filter add this column and put is not blank as the filter (advance filtering)
@PiotrBZMZ , Create a new column in power query using Text.Trim
Text.Trim([Column])
or
Text.Replace([Column], " ", "")
In Dax you can use substitute
substitute([Column], " ", "")
Now it shows me something like this, (Blank) option, can we do something to not show it at all?
@PiotrBZMZ , In visual level filter add this column and put is not blank as the filter (advance filtering)
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 |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 50 | |
| 43 |