Hi,
this measure gives me the correct result when used in desktop version (via import query AND direct query) but works only in the online service when using import query. The result is [NULL] using direct query online which is wrong. What is different with the direct query in the online service??
ToDo_2110 (heute)* =
CALCULATE(SUM('LAB-R*'[DD_today]); FILTER('LAB-R*'; 'LAB-R*'[analyticalUnitCode] = "2120" && ROUND(CALCULATE(MAX('LAB-R*'[createdOn]); FILTER('LAB-R*'; 'LAB-R*'[analyticalUnitCode] = "2120"));5) = ROUND('LAB-R*'[createdOn];5)))
Thanks a lot for any explanations here or different code I could try out.
Sebastian