Forum Discussion
Anonymous
3 years agoNot applicable
Calculated Measures vs Calculated Columns
Hello Dazzling DAX users, I have a conundrum. I can't make the following visuals using calculated measures. - Line Chart, Bar Chart, etc. I am limited to a table. Here are my calculated measu...
FreemanZ
Super User
3 years agohi Anonymous
FORMAT returns text, instead of numeric values, so totaling text doesnt work.
Try to sum in hour or minute and in the last step format to HHMMSS if needed for each measure.