Forum Discussion
samue_an
Helper I
5 years agoDAX subtracting a variable - as basic as that but not working for me ???
Hi Guys, pulling my hair out with this basic DAX - just returning -1, no clue why returning all variables correctly but when doing the last basic arithmetic it does not like it???? Please can you sp...
samue_an
Helper I
5 years agoIf I just return all the variables individually they return the correct values, but when I want to subtract the Total_data_vol_ref_day variable highlighted below:
DIVIDE(result-Total_data_vol_ref_day,
Total_data_vol_ref_day)
So basically only 2 calculations finding variables and at the end apply subtraction and division ???