I have a requirement where I need to use SUM of yearly numbers in a calculation against each row within a year. I am new to this community and not sure if I am able to explain it properly or not. Fiscal Year and Fiscal Month are the two rows in the matrix. Thank You in advance.
Solved! Go to Solution.
@NishPatel , Try one of the two measures with Rate measure
calculate([Rate], allexcept(Table, Table[Year]))
or
calculate([Rate], filter(allselected(Table), Table[Year] = max(Table[Year])))
@NishPatel , Try one of the two measures with Rate measure
calculate([Rate], allexcept(Table, Table[Year]))
or
calculate([Rate], filter(allselected(Table), Table[Year] = max(Table[Year])))
Hi Amit, If i use this measure in another matrix, the result is not right. So the file I data I shared earlier had Hours by Month. But if i add one more level below (Row under Month), Employee then the number are changed. How can i make this numbers not to change? Thanks again in Advance.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
245 | |
49 | |
49 | |
44 | |
42 |
User | Count |
---|---|
293 | |
211 | |
82 | |
73 | |
70 |