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.
Hallo,
I've got a problem with this table.
https://www.dropbox.com/s/ii6q02bn9kltvef/Cartel1.xlsx?dl=0
iN this file we have are 2 tables:
1: Carico_4
2: Carico_uph
Ive made the second table with this formulas:
Solved! Go to Solution.
Hi @Anonymous ,
Try modifying your DAX as follows:
UPH_XD = divide(
calculate(sum(Carico_uph[contenitori]), filter(ALLSELECTED(Carico_uph), Carico_uph[CIRCUITO]="XD")), calculate(sum(Carico_uph[op nr]), filter(ALLSELECTED(Carico_uph),Carico_uph[CIRCUITO]="XD")), 0
)
Thanks,
Pragati
Hi @Anonymous ,
Try modifying your DAX as follows:
UPH_XD = divide(
calculate(sum(Carico_uph[contenitori]), filter(ALLSELECTED(Carico_uph), Carico_uph[CIRCUITO]="XD")), calculate(sum(Carico_uph[op nr]), filter(ALLSELECTED(Carico_uph),Carico_uph[CIRCUITO]="XD")), 0
)
Thanks,
Pragati
Hi
I filled in ur formula:
User | Count |
---|---|
69 | |
69 | |
66 | |
54 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |