Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Measure causing performance issue in table

This calculated measure is not allowing the table to load, is there a way to optimize this dax?    Here I'm converting Hours (decimal) into HH:MM:SS Format.     
  • amitchandak's avatar
    3 years ago

    Anonymous , If your number is hour just try a new column like

    Column = time(0,0,0)+ [Time in hour]/24