Hi. I have the below DAX to add the field "Type" to the Fact table. It doesn't throw any errors but then, when I add it to any visual it then throws error ('Report Masures'MTD: a table of multiple values was supplied where a single value was expected).
I understand if a card visual but, I also have tried a table visual and also a matrix table visual and if multiple values still should bring them there.
MTD = SUMMARIZE(DATESMTD('Semantic FactCommunications'[LetterSentDate]), "Type", "MTD")
I understand if a card visual but, I also have tried a table visual and also a matrix table visual and if multiple values still should bring them there.
MTD = SUMMARIZE(DATESMTD('Semantic FactCommunications'[LetterSentDate]), "Type", "MTD")