Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi ,
Hope you can help me on this subject .
I would like to have zero instead Blank in my Matrix but only for the filtered value
If I add a Zero as suggested the most of the time then the filters used in my measure seems be broken and all non filtered are there . see hereunder my dax measure .
Can you please help me ?
Thanks a lot
Solved! Go to Solution.
Try
VAR Code = Your Code
VAR Result = IF ( ISBLANK ( Code ), 0, Code )
Return
Result
Try
VAR Code = Your Code
VAR Result = IF ( ISBLANK ( Code ), 0, Code )
Return
Result
Hi,
i have seen your measure with the zero at the end.
instead you can try without the ending zero but creating a new measure = the name of the basic measure +0
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
16 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
11 | |
10 | |
10 | |
8 |