The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi, I need to calculate the total ABS value between two columns of two tables. I'm just unsure of the syntax though. I have so far:
As you can see from the screenshot, the ABS Variance total should be higher than the Variance total. It isn't. Just wondering where my DAX is incorrect.
Thanks All.
Hi @1001
Whether you mean to calculate the sum of variances, you can refer to the following measure.
SUM_ABS Variance=SUMX(ALLSELECTED('Table'),[ABS Variance])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi Yolo, I appreciate that. I finaly got the right DAX, being: