Forum Discussion
bboy81905
8 years agoFrequent Visitor
Filter MAX date is not working in Directquery mode
Hi everyone : My report needs to present the latest value, so I try below formula : LatestTurbidity = CALCULATE(MAX(MsgJamhamTest1[Value]), FILTER(MsgJamhamTest1,[Type]="Turbidity"&&[UpdateTime]=M...
Anonymous
8 years agoNot applicable
HI bboy81905,
I think it may related refresh interval, maybe you can try to increase your filter range to get more records.(direct query live connect but I think it still has update interval)
Regards,
Xiaoxin Sheng
bboy81905
8 years agoFrequent Visitor
Thank your response. Now my solution is using SQL languages to select latest data.
I think Power-BI is not efficient in using DAX "CALCULATE" if your database is huge, not to mention Directquerry mode.