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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
StephenK2022
Frequent Visitor

Wrong date format on Dashboard

Hi,

 

Hopefully this is a simple one.

 

I am using a dashboard to link into Power Apps, my background data is recorded in UK format (DD-MM-YYYY) but when I upload to the dashboard it converts it to US format (MM-DD-YYYY) which is causing errors in the visuals.

 

Is there a way to stop this from happening? As you can see in the snap below - There is data for week 40 of 2024 which obviously hasn't happened yet.

 

StephenK2022_0-1714555690507.png

 Thanks in advance!

1 REPLY 1
mohitkumawat
Super User
Super User

Hi  ,

you can try the below code if this works.

formatting in Power Apps: :-Use the Text function with a format specifier to display the date in the desired format (DD-MM-YYYY). Here's an example: Text(YourDateVariable, "[DD]-[MM]-[YYYY]")

@StephenK2022

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

Top Solution Authors