Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a Matrix where I use the days of my calender table. I want to see all the days of the month even when there is no result.
Thanks
Solved! Go to Solution.
Hi,
I am not sure how your desired outcome looks like, but I think you can try selecting an option called "show items with no data".
Please check the link down below.
Show items with no data in Power BI - Power BI | Microsoft Learn
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Hi,
Once you drag Date from the Calendar Table, write this measure and drag it to your visual
Total = coalesce(sum(Data[sales]),0)
Hope this helps.
Hi,
I am not sure how your desired outcome looks like, but I think you can try selecting an option called "show items with no data".
Please check the link down below.
Show items with no data in Power BI - Power BI | Microsoft Learn
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
User | Count |
---|---|
120 | |
69 | |
68 | |
57 | |
50 |
User | Count |
---|---|
166 | |
82 | |
68 | |
65 | |
54 |