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.
Hi!
I created a simple data model in order to ilustrate what I want to accomplish.
My goal is to create a bar chart (that will be filtered by a slicer) that shows months in the X axis and the sum of the value column from the fact table.
Since we are currently on June, but the are no instances in the fact table for that month, a simple measure SUM(FactTable[Value]) will return blank for June. Using COALESCE(SUM(FactTable[Value]), 0) will display June, but also all the other months that are not the current one.
How can I return 0 in the visual for the current month while not showing months past the current?
Solved! Go to Solution.
Hello @flavioaas ,
If I understand correctly, you want to show case the current month even if it was blank within the bar chart.
Hello @flavioaas ,
If I understand correctly, you want to show case the current month even if it was blank within the bar chart.
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
13 | |
7 | |
5 |