I am building a report of rating data. My main table has columns with different metrics and rows with Excellent, Good, Fair or Poor. I want to count the total of each rating type for each metric in a separate table.
Column 1 Column 2 Column 3
Excellent Good Fair
Excellent Excellent Poor
Fair Good Excellent
Poor Fair Fair
Excellent Good Good
Good Poor Good
New table:
All Columns Excellent Count Good Count
Column 1 3 1
Column 2 1 3
Column 3 1 2
I believe I'll need to add a Custom Column in the power query editor, but I am unsure what the DAX should be. Also, I am not sure how to join this new table to the main Fact table.
Solved! Go to Solution.
Hi, @cmullins_
It's difficult to create a relationship between new table and fact table based on current fields.
Please try following step to transform data in PowerQuery.
1.unpivot these columns
2.Group table by New column 'Attribute' and 'Value'
3. pivot column like below:
Result:
Best Regards,
Community Support Team _ Eason
Hi, @cmullins_
It's difficult to create a relationship between new table and fact table based on current fields.
Please try following step to transform data in PowerQuery.
1.unpivot these columns
2.Group table by New column 'Attribute' and 'Value'
3. pivot column like below:
Result:
Best Regards,
Community Support Team _ Eason
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
223 | |
48 | |
45 | |
44 | |
42 |
User | Count |
---|---|
273 | |
211 | |
103 | |
74 | |
63 |