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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I am creating a Pivot like table on the Sales data which looks as follows. I want to Pivot by Category along rows and Month along colunms.
Source data
Expected pivot (fromExcel)
My approach - Create another table with the list of Months
Outocome in Power BI
I have used the "Show items with no data" .
Challenge
Power BI has displayed columns from Jan to Dec. I want Power BI to restrict to values in the list of months
Any suggestions?
Thanks,
Sau
Solved! Go to Solution.
Hi, @Anonymous
I am sorry for the misunderstanding. I recreated data to reproduce your scenario.
Table:
Calendar(a calculated table):
Calendar = CALENDARAUTO()
There is a many-to-one relationship between two tables.
Then you may use the date column from Calendar table to create a matrix visual. Do make sure you check the 'show items with no data' and use visual level filter to display the result. Here is the result.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
I am sorry for the misunderstanding. I recreated data to reproduce your scenario.
Table:
Calendar(a calculated table):
Calendar = CALENDARAUTO()
There is a many-to-one relationship between two tables.
Then you may use the date column from Calendar table to create a matrix visual. Do make sure you check the 'show items with no data' and use visual level filter to display the result. Here is the result.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Anonymous
Based on your description, I created data to reproduce your scenario.
You may create a matrix visual as follows.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Use the Filter pane?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.