Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I try generate my dCalendar but when a using the function List.Dates a had this error.
I having usind brazilian format date. Can help me?
Solved! Go to Solution.
It might be better to build your date table using DAX instead. There are several ways to do so and the code below should work for you. It dynamically builds a date table from dates in your fact table.
You can adjust the code to remove or add additonal columns as needed.
Thanks
Hi, @Anonymous Could you please tell me whether your problem has been solved?
If it is, please mark the helpful replies or add your reply as Answered to close this thread.
Best Regards,
Community Support Team _ Eason
Hi , @Anonymous
If the imported date format does not meet your requirements, you can try the following operations to change type with locate:
Right click the date column ->click "Change Type"->click"Using Locate"
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
It might be better to build your date table using DAX instead. There are several ways to do so and the code below should work for you. It dynamically builds a date table from dates in your fact table.
You can adjust the code to remove or add additonal columns as needed.
Thanks
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.