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.
I'm trying to create a table where I get the latest balance of all accounts, and made the following measure:
Bal = CALCULATE(SUM('Erp CashBHed'[ClosingBalance]);FILTER('Erp CashBHed';'Erp CashBHed'[ClosingDate]=MAX('Erp CashBHed'[ClosingDate])))
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
29 | |
19 | |
13 | |
8 | |
5 |