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.
Hi I have to expression salesT = sum(sales) and CostT ) = sum(cost), with this two expression, i calculated ratio = CostT/salesT.
I need to know how to sum(ratio) as a individual value, i need to have Ratio as a independent columno in order to sum data.
Bellow my data example.
fecha | sales | cost | Ratio |
01/01/2019 | 102354 | 1200 | 0,0117 |
02/01/2019 | 1535310 | 1250 | 0,0008 |
03/01/2019 | 23029650 | 1280 | 0,0001 |
04/01/2019 | 345444750 | 1310 | 0,0000 |
05/01/2019 | 5181671250 | 1340 | 0,0000 |
Thanks!
I am not sure I got it completely.
I think Ratio should be calculated like
Ratio = calculate(divide(sum(sales),sum(cost))
It will calculate is at all level.
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
7 |