Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I would like to add a Monthly Average as a column at the end of this table and I was wondering if anyone could help please?
The columns are Calender Months and the values are the Count of Claim Refs
Solved! Go to Solution.
Hi @spandy34 ,
Matrix table is not support to add a column by custom. The only way to add a column is add a new row under Calender Months, which value is "average".
Then measure:
Solved: Re: Dax to get YoY change - Microsoft Power BI Community
Pbix in the end you can refer.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @spandy34 ,
Matrix table is not support to add a column by custom. The only way to add a column is add a new row under Calender Months, which value is "average".
Then measure:
Solved: Re: Dax to get YoY change - Microsoft Power BI Community
Pbix in the end you can refer.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, chenwu. I've used your method to apply to my case but it didn't work. Here is what I write.
Why it didn't show the average amount?Is it because my data is bit complex?
Thank you so much. If you are free, please see my own post problem: Re: Add an average column - Microsoft Fabric Community
Hi @spandy34
as a workaround, you can calculate the averages for each fiscal year in a measure and place them in a card visual next to the respective rows.
You can calculate the average Count of Claim Refs per fiscal year by using Calculate() function. For Example:
Average Count of Claim Refs for 2021-2022 =
Calculate(Average([Claim Refs]), 'Table'[Fiscal Year] = "2021-2022")
Similarly for fiscal years 2020-2021 and 2019-2020.
Regards
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |