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.
I have different products sold on every day. I want to know in a particular month how many pieces of a particular product were sold.
The data is :
And the Output should be :
I request for the response as soon as possible. Please anyone help me
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
I created a calendar table with having month name column and month number column. This helps to create a monthly aggregated information.
@Simran-Fathima , Create a date table and join with your date and Month year there
Try a measure like sum(Table[No of sales]) +0
Hi,
Please check the below picture and the attached pbix file.
I created a calendar table with having month name column and month number column. This helps to create a monthly aggregated information.
Yes this is what I required. But I dont want blank spaces for the month which dont have sales. Instead it should be filled with "0". Can u please help me out on how to do this?
Hi,
Thank you for your message.
Please try to write measure (explicit measure) like below and put it into the visualization.
Please check the below measure and the attached file.
No of sales measure: =
SUM( Data[No of sales] ) + 0
Didnt get the desired output. the output i got:
I'm not sure if I'm doing any mistake related to managing permissions. I'll send the screenshot of the relationships. Let me know where did i go wrong.
I'm a beginner to power bi. So I seek for a help.
Hi,
Please share your pbix file's link (onedrive or googledrive or dropbox...), and then I can try to have a look into it.
Thank you.
I have shared you the link of that pbix file Link. Hope a solution for my problem
Hi,
I do not have an access.
I'm not aware of how to share pbix file directly here
I got the solution as expected. Thank you so much for your help
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!