This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
You could help me with the following scenario.
I have an array and make a custom subtotal for each row.
In the example, I need the headcount to be the average of the months, the admission is only the last month, and the turnover is the sum of the months.
Follow the link for the sample pbix.
Thank you very much
Solved! Go to Solution.
@tarocha , Assuming these 1,2,3,4 are month no
Try new measures like
averageX(values(Table[Month no]), [Headcount])
calculate([admission], filter(allselected(Table), Table[Month no] = max(Table[Month no] )))
or you can is filtered and push this calculation to grand total
refer:https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
@tarocha , Assuming these 1,2,3,4 are month no
Try new measures like
averageX(values(Table[Month no]), [Headcount])
calculate([admission], filter(allselected(Table), Table[Month no] = max(Table[Month no] )))
or you can is filtered and push this calculation to grand total
refer:https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
@amitchandak
Thanks your guidance has guided me to find the way to do the calculations.
Thank you!
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 24 | |
| 23 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 28 | |
| 23 | |
| 22 |