Forum Discussion

sanjeewauom's avatar
sanjeewauom
Frequent Visitor
1 year ago
Solved

Date Slicer - Issue with Changing to European Format

Hi All,   I have a date slicer with a slider set to between. It is in US format (mm/dd/yyyy).   My client want it in European format. (dd/mm/yyyy).   I tried this solution. https://community.f...
  • rohit1991's avatar
    1 year ago

    Hi sanjeewauom 

    The date format in Power BI slicers isn’t something you can fully control in one place. By default, it follows the report’s locale (set in Desktop) but in the Service it also looks at the user’s browser language. That’s why even after setting English (UK), anyone with their browser set to English (US) will still see mm/dd/yyyy.

     

    There’s no direct way to force dd/mm/yyyy for everyone. Your options are:

    • Set the model locale to English (UK) in Desktop before publishing.

    • Ask users to switch their browser language (not ideal, but that’s how Microsoft designed it).

    • Use a custom slicer visual (like Hierarchy Slicer or Smart Filter) where you can explicitly set the date format.

    • Or, if you only need display (not slider), create a formatted text column with FORMAT(Date, "dd/MM/yyyy").