This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi,
I am new to Power BI and have the following use case with me:
I want to combine the 2 data sources in the following way:
Hope the use-case makes sense. Highly appreciate any help on this.
Solved! Go to Solution.
@utkarshaggarwal , Create a common dimension, which has the client name from A and Peer name from B
called peer group, If need add a new column as client name in source A
distinct(union(distinct(source[Client_name]), distinct(source[peer_name])))
Now using this you can analyze them together
if you want to select peer using a slicer, then you might need independent tables.
refer date example
How to use two Date/Period slicers :https://www.youtube.com/watch?v=WSeZr_-MiTg
Is your issue solved?
If the issue has been solved, please adopt the solution to help others.
If you still have some question, please don't hesitate to let me known.
😉
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
The two tables need to have common columns and create relationships that can then achieve your expected output as:
If you still have some question, please don't hesitate to let me known.
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!
@utkarshaggarwal , Create a common dimension, which has the client name from A and Peer name from B
called peer group, If need add a new column as client name in source A
distinct(union(distinct(source[Client_name]), distinct(source[peer_name])))
Now using this you can analyze them together
if you want to select peer using a slicer, then you might need independent tables.
refer date example
How to use two Date/Period slicers :https://www.youtube.com/watch?v=WSeZr_-MiTg
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 22 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 20 | |
| 19 | |
| 19 |