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! Learn more
Hello,
I am a beginner, can someone help me with this?
I have two tables that look like this
Table 1:
Performance of three people playing Soccer, Archery and tennis
Table 2: Performance Grading Category
Goal - Final display table or matrix
where actual is the score of the latest date 7/4/2021 and the expected is the max score category reached before the latest match i.e 7/4/2021
Thanks,
Gudiya
Solved! Go to Solution.
@gudiya999 Well, first off, you are going to need to massage your data some. You will want to unpivot those member columns in your first table so that you end up with a Match date column and an Attribute and Value column. Then you are going to need to create a column that classifies each row as one of your categories (Tennis, Archery, etc.) You can do that using split column in Power Query. Then you will likely need a DAX measure or two.
@gudiya999 Well, first off, you are going to need to massage your data some. You will want to unpivot those member columns in your first table so that you end up with a Match date column and an Attribute and Value column. Then you are going to need to create a column that classifies each row as one of your categories (Tennis, Archery, etc.) You can do that using split column in Power Query. Then you will likely need a DAX measure or two.
 
					
				
				
			
		
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.
