Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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 !
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
15 | |
11 | |
7 |
User | Count |
---|---|
25 | |
24 | |
12 | |
12 | |
11 |