Forum Discussion
Floriankx
Solution Sage
8 years agoCreate Date Table (Power Query) according to Min Max Date, for Power Query experts
Hello together, I think I may have quite a challenge Given is a table with several dates. I am able to create a querry to get MinDate and MaxDate: dDateRange: let
Source = TableWithDateCol...
v-yulgu-msft
Microsoft Employee
8 years agoHi Floriankx,
If you don't want the functions to be displayed separately, you could wrap it in your main M code, like the example in this blog.
Regards,
Yuliana Gu
- Floriankx8 years ago
Solution Sage
Hello,
it took me some time, but it works.
Thanks a lot.