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.
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.
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
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 got the solution as expected. Thank you so much for your help
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
Didnt get the desired output. the output i got:
@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
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 |
---|---|
10 | |
9 | |
9 | |
8 | |
8 |
User | Count |
---|---|
14 | |
12 | |
11 | |
11 | |
8 |