Forum Discussion
Data Load from Azure Synapse using list.max doesn't work
- 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.
Hi Anonymous ,
The link you provided is from my other post which is a different issue. This post if for different issue.
- Anonymous4 years agoNot applicable
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.