Forum Discussion

RKM's avatar
RKM
Helper IV
4 years ago
Solved

Multiple DateTime Columns [In UTC] - How to Show in Different TimeZone [IST]

Experts, In my PBI I have a big bulky table (Coming from SQL Server) with many columns among which 3 Datetime Columns are there. StartTime_UTC, EndTime_UTC, Deadline_UTC Now user wants to have an ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi  RKM ,

    I created some data:

    Here are the steps you can follow:

    1. Use Enter data to create a Slicer Table.

    2. Create measure.

    Measure =
    MAX('Table'[Date])+DIVIDE(value(right(SELECTEDVALUE(Slice[Timezone]),1)),24)

    3. Result:

    Select the time zone in the slicer and the date will change accordingly

     

    Best Regards,

    Liu Yang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly