I am using Power BI Desktop an want to calculate a new measure subtracting 126 from a row value. I start with:
I then add:
Reassign = calculate (sum('sdowner SPV_REP_PERSONALTAB'[Total]) - 126)
How do I perform this calculation without adding all these extra rows please?