Forum Discussion
SQL query to DAX
Hi Anonymous ,
Sorry to reply late.
It is necessary to understand the calculation logic of SQL query firstly. And, some DAX functions are needed to understand. Then, convert it to DAX according to the calculation logic.
In DAX, "VAR" stores the result of an expression as a named variable, which can then be passed as an argument to other measure expressions.
Reference: DAX: Use variables to improve your formulas.
Please let me know if the expressions above work.
Best regards
Icey
If this post helps,then please consider accepting it as the solution to help other members find it more quickly.
Its fine with delay, as i am working another project side by side. anyway, I tried your solution separately like each part of long DAX and it works but when i run whole code it gives me blank . SQL code run on sql server gives data , I am unable to know at this point about why it is not giving me data.
I tried to remove date restriction in VAR P **&& 'Episode'[Datum] >= DATE ( 2020; 3; 9 )
** && 'Episode'[Datum] <= DATE ( 2020; 3; 16 )
but result was the same BLANK. I even increase the data load to 1m rows, what do you think what is the problem.?