Forum Discussion
Anonymous
3 years agoNot applicable
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.
- 3 years ago
Anonymous , If your number is hour just try a new column like
Column = time(0,0,0)+ [Time in hour]/24
amitchandak
Super User
3 years agoAnonymous , If your number is hour just try a new column like
Column = time(0,0,0)+ [Time in hour]/24