Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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/
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
9 | |
7 | |
6 | |
5 |
User | Count |
---|---|
20 | |
11 | |
10 | |
9 | |
6 |