The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |