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
Hi All, I would really appreciate some help on this issue, I have a table with changes on MRR per customers and I need to convert it into a monthly table, can you please advise?( After every change, the sum needs to be updated and continue with the new value).
@DenisStyrt , Try like with a date table
calculate(firstnonblankvalue(Date[Date], Sum(Table[Change in MRR)), filter(date, Date[date] <= max(Date[date])))
or
calculate(firstnonblankvalue(Date[Date], Sum(Table[Change in MRR)), filter(all(date), Date[date] <= max(Date[date])))
Ok, Not working I am getting the totals for each month
I get an error message
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 |