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
Hello All,
I am working on the following table.
in this table, every month has more than 3 sources of income. namely: salary, Interest & Rental Income.
I am struggling to find a way to calculate the average monthly income till date, and want to continue updating as more data in future gets updated where a month may have a different number of income sources.
I Really appreciate any help in this regards.
Thanks,
Solved! Go to Solution.
@jp25 , Your date seems like a month, but in case it, not the month, have a month year and try a measure like
AvergaeX(Values(Table[Month Year]),calculate(Sum(Table[Value])))
new columns
Month Year = FORMAT([Date],"mmm yy")
Month Year sort = FORMAT([Date],"yyyymm")
@jp25 , Your date seems like a month, but in case it, not the month, have a month year and try a measure like
AvergaeX(Values(Table[Month Year]),calculate(Sum(Table[Value])))
new columns
Month Year = FORMAT([Date],"mmm yy")
Month Year sort = FORMAT([Date],"yyyymm")
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |