Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Why does my graph show months with no data?
I only want to see months I have data for, I don't want to add a filter, then I would have to adjust that filter every month I add data.
Solved! Go to Solution.
Hi @PPalkowski ,
Create a calendar table using below dax expression:
Table 2 = CALENDAR(MIN('Table'[Date]),MAX('Table'[Date]))
Then put the calendar date and value in the column chart.In the X-axis format ,choose categorical, and in the date filed,not select "show items with no data",and you will see:
I made a sample .pbix which you can refer to,pls click here.
I found out the problem, Since I use one of the measures I created in another table that only looks at totals, where I need to show zeros if nothing is there. My formula
myMeasure = COUNTROWS(filter(Table,Table[MasterPlan]<>""))+0
so when I remove the "+0", I get the result I need.
The only issue is now I have to create a duplicate set of measures without the "+0" suffix to satisfy some visuals.
Hi @PPalkowski ,
Can you provide more details?Better with your sample data to make the issue more clear.
I'm good it's the +0 at the end of my sums
Thanks
Probably has to do with the measure you are using or a relationship issue. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
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 |
---|---|
100 | |
65 | |
44 | |
36 | |
36 |