Forum Discussion
Required Output As screenshot
- 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.
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.