Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Create report together for columns with equal strings
Hi, I hope you can help me. I have in my project, several columns whose data only contain the same type of string: always, almost always, rarely, never. I want to create a donut or pie chart that co...
olgad
3 years agoResident Rockstar
Suppose you have a table like that named Table
You shall create a table with statuses named Status
Create a relationship to Column1 and then inactive relationship to Column 2
Measure = Calculate(Count('Table'[Column2]), USERELATIONSHIP('status'[Column1], 'Table'[Column2]))+Count('Table'[Column1])