The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
In my data-table I have one column for Incoming balance, one column for change and one column for Closing balance. As you can see below for AccountNumber 1070, the closing balance of 2018 is the same as the incoming balance for 2019. This happens because my transaction table returns incoming balance and closing balance for every change that occurs on all accounts.
But for 2020 there has not been registered any movement on the specific accountnumber, thus there is no transactions on that specific account in my table and the incoming balance for 2020 is empty. How can I make a DAX-expression that returns the last registered value for all accounts as incoming balance?
I.e. let's say the change in 2020 equals 100.000, the closing balance of 2020 would be 381.435 and it should be returned as incoming balance for 2021.
Let me know if you want more information!
Show your measure.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
28 | |
18 | |
12 | |
7 | |
5 |