Forum Discussion
Bokazoit
4 years agoContinued Contributor
Measure to remove (empty) from Distinct count
I have this datamodel with cross filter set to Both way joins, since its a questionary with multiple choice answers. I find that data model as a solution in this forum: When I need to show ...
Greg_Deckler
4 years agoCommunity Champion
Bokazoit Maybe:
Unique respondents = COUNTROWS(DISTINCT(FILTER(FactHjertelinjen,[HjertelinjenKey]<>BLANK())))Bokazoit
4 years agoContinued Contributor
Thank You but that did not change anything