Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
how can I make a measure to calculate sum of column one<stop time> per each machine if the colomn two <machine name> is not "Option 1 " or "Option 2" ?
Solved! Go to Solution.
@Anonymous , not very clear
calculate(sum(Table[Column1]), filter(Table , not Table[Column2] in {"Option1", "Option2"} ) )
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 102 | |
| 37 | |
| 26 | |
| 25 |