Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.
User | Count |
---|---|
97 | |
76 | |
76 | |
47 | |
26 |