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 have a table with general ledger account numbers and the values of the transactions.
for example:
reknr | bdr_val |
2403 | -31,55 |
2403 | -34,58 |
2403 | -310 |
2403 | -28,98 |
2403 | -29,26 |
2403 | -29,26 |
2403 | -26,34 |
There is another table with categories per general ledger account.
So 2403 is linked to category "liquide middelen"
I want to sum all values of all general ledger accounts with the category "liquide middelen"
I made the following colum:
reknr | bdr_val | current Ratio |
2403 | -31,55 | -31,55 |
2403 | -34,58 | -34,58 |
2403 | -310 | -310 |
2403 | -28,98 | -28,98 |
2403 | -29,26 | -58,52 |
2403 | -29,26 | -58,52 |
2403 | -26,34 | -26,34 |
Solved! Go to Solution.
@JoyceW ,
You may refer to the following post.
https://community.powerbi.com/t5/Desktop/Labour-Efficiency/m-p/565837#M267006
@JoyceW ,
You may refer to the following post.
https://community.powerbi.com/t5/Desktop/Labour-Efficiency/m-p/565837#M267006
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
88 | |
71 | |
48 | |
46 |