Forum Discussion
ngocnguyen
Helper IV
5 years agoCreate a date table to using existing dataset “order date” column in power pivot
Hi all I have 1 table that contain date column ( Order date ). Now I wanna create a date table to using existing dataset “order date” column in power pivot. I know how to create it in power bi, ...
Anonymous
5 years agoNot applicable
Hi ngocnguyen ,
Does your Power Pivot refer to Power Query?
You can try to create a calculated table in Power Query as
Calendar table = CALENDAR(MIN('Table'[Order date]),MAX('Table'[Order date]))
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.