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 nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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 |
|---|---|
| 21 | |
| 19 | |
| 17 | |
| 16 | |
| 11 |
| User | Count |
|---|---|
| 60 | |
| 55 | |
| 47 | |
| 42 | |
| 37 |