March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello, i am creating a report for rentabiliti using the rules that my client wants. At this moment i am facing a problem that can't solve.
I need to accumulate the rentabiliti of each month, using the exprexion.
((1+rentabiliti %)*(1+rentabiliti %))-1
The visual that i want to show the results is a matrix.
Details:
The rentabiliti measure.
I used the second measure and i got it simple acumulated.
Cumm Sum=
Hi,
Your question is not clear. Share some data, explain the question and show the expected result. Share data in a format that can be pasted in an Excel file.
@Roberto_F , Assuming you are using a date table, you can have measures like
Cumm Sum = CALCULATE(sumx(values('Date'[Date]),[02 Rent Final]) ,filter(all('Date'),'Date'[date] <=max('Date'[date])))
Cumm Sum = CALCULATE(sumx(values('Date'[Month Year]),[02 Rent Final]) ,filter(all('Date'),'Date'[date] <=max('Date'[date])))
Hello @amitchandak , thanks for your help.
I used the second measure and i got it simple acumulated.
Cumm Sum=
Hi @Roberto_F ,
You can change the final data format to percentage with this function:
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |