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
I have 2 sample tables tb1 and tb2.
tb1:
tb2:
My goal is to add the price per month per client country which should look like this but I can't figure out in DAX on how should I do this. I hope you can give some idea on how should I deal with it.
| Client | December 2021 | January 2022 | 
| India | 4 | 7 | 
| Philippines | 2 | 5 | 
| Singapore | 3 | 6 | 
This is just a sample table to explain what I want to achieve. But in reality, its 2 tables with more different columns where I have many-to-many relationship with Client field
Solved! Go to Solution.
@jhobzvel , Based on what I got, create a common date and country column and join to both tables and analyze with those
https://www.seerinteractive.com/blog/join-many-many-power-bi/
Try to be in star schema
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
@jhobzvel , Based on what I got, create a common date and country column and join to both tables and analyze with those
https://www.seerinteractive.com/blog/join-many-many-power-bi/
Try to be in star schema
https://www.sqlbi.com/articles/the-importance-of-star-schemas-in-power-bi/
 
					
				
				
			
		
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.
 
            | User | Count | 
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | 
| User | Count | 
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |