Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
I want to filter name by %mas% OR NULL
My Dax is :
Column = IF( CONTAINSTRINGS(name),"mas" || name= Blank(), 1, 0)
But it is not filtering correctly, any idea?
Solved! Go to Solution.
@az38 Hi Thanks for the response.....
The code got me closer to the actual number , the difference is less atleast 😄
@az38 Hi the green table is the actual table , the second table is from my power BI , power BI doesnt show/pick the blank row as seen in green table which is $528..
https://docs.microsoft.com/en-us/power-bi/desktop-show-items-no-data
maybe it will help you
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 32 |