Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I'm building a report using a DATA TABLE including a Date for each record.
I've created a CALENDAR TABLE using
Calendar = CALENDAR(DATE(2019,1,1), DATE(2030,12,31))
and then
YEAR = YEAR('Calendar'[Date])
MONTH = MONTH('Calendar'[Date])
MONTH_SHORT = FORMAT ( 'Calendar'[Date], "MMM" )
Then I've connected the two tables and I'm trying to create a histogram but the problem is that using MONTH i have the full range across the year:
while using the MONTH_SHORT I got:
But I cannot understand why, my target is to use the MONTH SHORT but havnig the full range.
Thanks in advance
Solved! Go to Solution.
have you tried "show items with no data"?
Proud to be a Super User!
have you tried "show items with no data"?
Proud to be a Super User!
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 |
---|---|
64 | |
60 | |
51 | |
36 | |
36 |
User | Count |
---|---|
81 | |
72 | |
58 | |
45 | |
44 |