Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, i am trying to develop a measure and i got stuck.
I have a table like theres
Month | Debt in N | Debt in N+1 | Debt in N+2
202301 151 227 270
202302 138 195 226
202303 311 395 453
I want to see the total debt in every month, I expect a matrix like there
Periodo | Total Debt
202301 151
202302 (138+227)
202303 (270+195+311)
Thank u so much!
You can either pivot your dataset so it looks like:
Period | Debt Type | Debt Value
202301 | N | 151
202301 | N+1 | 227
202301 | N+2 | 270
etc..
Or, create a calculated column that adds all the columns together into a total by month field.
Hi Corey, thank you for answering but thats not what i expect.
I want to get for January the value of the column "Debt in N" (151)
For Feb, i want to get the value of the column "Debt in N" for Feb (138) + value of "Debt in N+1 for Jan (227)
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
39 | |
31 | |
26 |
User | Count |
---|---|
97 | |
87 | |
43 | |
40 | |
35 |