Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
I have a table containing a list of dates and a corresponding data set including instances of these date. I have arranged in a column chart.
When I filter however the dates also filter, whereas I want to keep instances where there are zero matches. I have ticked 'Show items with zero data' but no luck. An example result below. What else should I be doing?
Solved! Go to Solution.
Hi,
Modify your measure to
Measure = coalesce([your measure],0)
Hope this helps.
Hi,
Modify your measure to
Measure = coalesce([your measure],0)
Hope this helps.
I was using a column rather than a measure but managed to introduce a new measure using your suggested function to make it work. Thank you!
You are welcome.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
73 | |
71 | |
49 | |
41 |
User | Count |
---|---|
54 | |
48 | |
33 | |
32 | |
28 |