Forum Discussion
Anonymous
3 years agoNot applicable
Last 7 Days Data Based on a Parameter
= Table.SelectRows(#"Set Data Types", let latest = List.Max(#"Set Data Types"[Gas Day]) in each ([Gas Day] <= latest) and ([Gas Day] >= Date.AddDays(latest,- 7) )) Hi All I found the ...
- 3 years ago
Remove the ) after #"Gas Day Executed"
artemus
Microsoft Employee
3 years agoRemove the ) after #"Gas Day Executed"