Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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:
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
87 | |
82 | |
71 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |