Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 the amount unique respondents to a question for a periode as shown in the figure below:
I can use the filter 'Is not Blank' for the answer to the question, and I get the correct number. But is there filter in the measure I can use instead?
My measure is:
Hi @Bokazoit
Maybe we can think the other way around. Calculate the dictinct count of empty ones and the distinct count of all values in advance. Then substract the former one from the latter one.
Best Regards,
Community Support Team _ Jing
@Bokazoit Maybe:
Unique respondents = COUNTROWS(DISTINCT(FILTER(FactHjertelinjen,[HjertelinjenKey]<>BLANK())))
Thank You but that did not change anything
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.