Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi All,
I Have a dataset as the first table in the scrren shot and the required output should match with the template in the second table.
Could you guys please help in with the calculated fields as well.
1)AQ=TQ/No.Of days in the Month
2)% of Qty=TQ*100/ENTRY
Solved! Go to Solution.
Hi @pabburi ,
You can create columns like DAX below.
No of days in month = DAY(EOMONTH(Table1[Date],0))
Avg Qty = Table1[Total Qty]/Table1[No of days in month]
% of Qty = Table1[Total Qty]*100/Table1[Entity]
Then choose Matrix visual to display the result,maybe you need to rename the Total Qty and Entity.
Here is my test pbix: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EezjpC9FrJlMhUBpor...
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @pabburi ,
Does that make sense? If so, kindly mark my answer as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
Hi @pabburi ,
You can create columns like DAX below.
No of days in month = DAY(EOMONTH(Table1[Date],0))
Avg Qty = Table1[Total Qty]/Table1[No of days in month]
% of Qty = Table1[Total Qty]*100/Table1[Entity]
Then choose Matrix visual to display the result,maybe you need to rename the Total Qty and Entity.
Here is my test pbix: https://qiuyunus-my.sharepoint.com/:u:/g/personal/pbipro_qiuyunus_onmicrosoft_com/EezjpC9FrJlMhUBpor...
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sharing the link
File name Dataset
https://drive.google.com/open?id=1-3iC4XCoAVeN-C1pqhnBxapveV-0q6V6
can you provide the screenshot dataset in excel ?
@pabburi can you share your data in excel sheet nd will get you the solution.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
99 | |
96 | |
38 | |
36 |
User | Count |
---|---|
151 | |
125 | |
75 | |
74 | |
53 |