Forum Discussion
Saxon202202
Helper III
3 years agoMeasure not display in chart
I have the following two columns are in direct query Date&Time and Time2. I created new measue based on the Date&time column for Time1. Time1 = FORMAT(CALCULATE(MAX('TIME'[Date&Time])),"HH:MM:SS")...
Anonymous
3 years agoNot applicable
HI Saxon202202,
I think this should be related to format function.
AFAIK, format function will force convert the result value to text which not able to be aggregated. (notice: measure formula not able to use on axis field and text type not able to use as aggregated value field)
Regards,
Xiaoxin Sheng
- Saxon2022023 years ago
Helper III
Anonymous ,
Thanks for your reply.
Is there alternative option I can achieve the desired result? Please