Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have this visual :
As you see the IFU InvQ is blank. It is a simple sum formula.
So I wanted it to show as 0 as follows :
Whats going on here?
Why do I get hundreds of lines showing 0?
Has it to do with the tables being connected as many to many?
Solved! Go to Solution.
@rpinxt Try this:
Test = IF( ISBLANK( [DelQ] ), BLANK(), SUM('IFU Inventory'[Total Qty]) + 0 )
When you return a 0 then every combination will return that 0 which means that everything shows up in the matrix or visual.
@rpinxt Try this:
Test = IF( ISBLANK( [DelQ] ), BLANK(), SUM('IFU Inventory'[Total Qty]) + 0 )
When you return a 0 then every combination will return that 0 which means that everything shows up in the matrix or visual.
Thanks @Greg_Deckler !
This indeed seems to do the trick:
Seems to be working in all situation where IFU InvQ is filled, blank or zero.
Bit puzzeled as to why DelQ is involved as this should not be empty anyway.
But do understand what you say about when it brings in a zero it will bring in a zero for al combinations and then the visual will also show all the combinations.
@rpinxt Right, you have the concept. The specifics of how to "fix" it will vary depending on the situation, I was just trying to puzzle out a potential fix given the information you provided, the real fix may vary depending on your data and use case.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |