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! Learn more
Hi all
With a little help here I added a dax formula to my report. It works i a chart. But when I add to a matrix all parts filtered with a group has the same results. I modified the formula with the distinctcount and it seems to work.
The only issue I have, after adding this formula all the parts and all operations are visible in the matrix but only the filtered/slicered parts has values ( because of allselected )
How could I hide the empty rows and colums?
DAX:
Solved! Go to Solution.
Yeah. The issue was the last row
IF (ISBLANK(_count);0;_count)
I changed the 0 to blank() and the problem was solved
Yeah. The issue was the last row
IF (ISBLANK(_count);0;_count)
I changed the 0 to blank() and the problem was solved
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |