Forum Discussion
pabburi
7 years agoFrequent Visitor
Required Output As screenshot
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 fi...
- 7 years ago
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/EezjpC9FrJlMhUBpor00OU8B0Z1y17LOJXHSuvpHiI4-FQ?e=vjA9eZ
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.