Forum Discussion
Floriankx
8 years agoSolution Sage
Create 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
8 years agoMicrosoft Employee
Hi 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
Floriankx
8 years agoSolution Sage
Hello,
it took me some time, but it works.
Thanks a lot.