Forum Discussion

ToNo87's avatar
ToNo87
Regular Visitor
9 years ago
Solved

using the Format on a datetime gives error for not using max, count or sum

Hi,   I have the following DAX measure Year-Month-Setup = FORMAT('Setup'[EventTime], "YYYY-MM") the EventTime is in a DateTime Format, I can have multiple entires on a day. I want to make a referen...
  • ToNo87's avatar
    ToNo87
    9 years ago

    Yes, that I can understand, however doing min or max will only give me one value, I can have multiple months of data?

     

    EDIT: I changed it to a column and it solved the problem.