Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Vilmar
Resolver I
Resolver I

Não Quebrar Consulta Nativa - Tipo de Dados

Ola

Como não quebrar a consulta nativa alterando deste formado de data "yyyymmdd" para este dd/mm/yyyy?

 

Sem título.png

1 REPLY 1
BA_Pete
Super User
Super User

Hi @Vilmar ,

 

One option is to not do the conversion in this table at all.

You can add a date key column to your calendar table then relate using that instead:

dateKey = Date.ToText([date], "yyyMMdd")

// or

dateKey = Number.From(Date.ToText([date], "yyyMMdd"))

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors