Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
hello!
I used MS documentation https://docs.microsoft.com/en-us/azure/devops/report/powerbi/sample-boards-leadcycletime?view=azure-... for calculate Cycle time, but have problem with incorrect date value, in default date value is (example) "20201025" (25th October). How does it convert to normal date format or workarround solution.
Solved! Go to Solution.
Hi @Anonymous
Try this code:
=DATE(INT(LEFT([CompletedDateSK],4)),INT(MID([CompletedDateSK],5,2)),INT(RIGHT([CompletedDateSK],2)))
_______________
If I helped, please accept the solution and give kudos! 😀
Hi @Anonymous
Try this code:
=DATE(INT(LEFT([CompletedDateSK],4)),INT(MID([CompletedDateSK],5,2)),INT(RIGHT([CompletedDateSK],2)))
_______________
If I helped, please accept the solution and give kudos! 😀
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
42 | |
30 | |
27 | |
27 |