Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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:
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 65 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |