Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |