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 August 31st. Request your voucher.
Hi,
I need help to create a measure to Sum Total Value before the date specified in slice.
I have a stars chema
FactAccountingMoviment
SkDimDate
SkDimAccount
CreditValueMoviment
DebtValueMoviment
DimDate
SkDimDate
Date
DimAccount
SkDimAccount
Account
Follows the desired layout
Account | Date | Previous Balance | Credit Moviment | Debt Moviment | Period Moviment | Actual Balance |
6.0.1.2.3 | 23/out | 100 | 5 | 2 | 3 | 103 |
6.0.1.2.3 | 24/out | 103 | 7 | 4 | 3 | 106 |
6.0.1.2.3 | 25/out | 106 | 5 | 1 | 4 | 110 |
I need the previous ballance dax calc
Solved! Go to Solution.
I look around documentation and inside forum and i create this result.
I look around documentation and inside forum and i create this result.
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |