Forum Discussion
Mahamil2
8 years agoNew Member
Measure to count text values in a column
Hello. I am new to Power BI & DAX. I am using Power BI to create visualizations based on the results of Quality Assurance tests I have performed. My data set consists of a list of vendors and vari...
- 8 years ago
After importing your data perform transformations via the backend.
Unpivot all the Element columns (Select Vendor the use Unpivot all others)
in Advanced Grouping - > group by Vendor and Result
This will give you the final Count you are after
Downlaod Sample PBIX: Vendor Download
MariaP
8 years agoSolution Supplier
After importing your data perform transformations via the backend.
Unpivot all the Element columns (Select Vendor the use Unpivot all others)
in Advanced Grouping - > group by Vendor and Result
This will give you the final Count you are after
Downlaod Sample PBIX: Vendor Download
Mahamil2
8 years agoNew Member
Thank you Maria! This provided the solution i needed.