Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

SQL to DAX

Hello, I have the following SQL-Script and want to convert it to DAX.     SELECT top (1)  abs((i.[MVA_L1_5_MAG01_246]-(lead(i.[MVA_L1_5_MAG01_246],1,0)over(order by i.[Date] desc)))) as' Mischer...