Forum Discussion
Mimi_Ibrahim
Helper I
4 years agoData Load from Azure Synapse using list.max doesn't work
Hi All I have below formula embedded in my PBIX file to restrict by 2 months worth of data. It works fine when the data loads from Cloudera Impala. However, it doesn't work when the connection is...
- Anonymous4 years ago
Hi Mimi_Ibrahim ,
Please check this similar post:
Solved: Error When Using Power Query to Restrict Data - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous4 years ago
Hi Mimi_Ibrahim ,
Try the following.
= Table.SelectRows(#"Changed Type", each [calmonth] = List.Max(#"Changed Type"[calmonth]) or [calmonth] = List.Max(#"Changed Type"[calmonth])-1 )Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Hi Mimi_Ibrahim ,
Please check this similar post:
Solved: Error When Using Power Query to Restrict Data - Microsoft Power BI Community
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.