Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Moshe,
Just based on your data here, please try the formula below.
Measure = VAR thisYearTotal = SUM ( 'DB_sample'[Sales] ) VAR lastYearTotal = CALCULATE ( SUM ( 'DB_sample'[Sales] ), FILTER ( ALL ( DB_sample[Year] ), DB_sample[Year] = MIN ( DB_sample[Year] ) - 1 ) ) RETURN DIVIDE ( thisYearTotal - lastYearTotal, lastYearTotal, 0 )
Best Regards,
Dale
Hi @thems5,
Can you share your file? Please refer to the snapshot below. Double click the menu "Modeling".
Best Regards,
Dale
Thank you.
I cannot find the way to attach a file here so I attached it in my email reply.
Regards
Moshe
Thank you very much Dale.
The good news - it works (partially).
The bad news -
a. it only works for the total, not for all columns.
b. I coul not find where to change the decimal number to a percentage.
I attach a screen shot.
Can you help?
Thanks
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |