- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

same repoort with different join(merge) in same dataset
Hi,
I have one report where dataset need to to merge two ways, ie. left join with one column and another join with same datset, same tables but within 3 columns. is it posible to make it within one report or need to generate two report.
Thanks
MMH
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes, it is possible to merge two ways within one report. You can achieve this by using Power BI's merging and joining capabilities.
Here are the steps you can follow to merge the dataset in two ways:
Import the dataset into Power BI.
Select the "Modeling" tab and then click on "New Table" to create a new table.
In the formula bar, enter the formula for left join with one column. For example, if you want to left join Table1 with Table2 on the "ID" column, the formula would be:
LeftJoinTable = LEFT JOIN(Table1, Table2, "ID")
Create another new table, and in the formula bar, enter the formula for the second join. For example, if you want to inner join Table2 with Table1 on the columns "ID", "Date", and "Product", the formula would be:
InnerJoinTable = INNER JOIN(Table2, Table1, {"ID", "Date", "Product"})By following these steps, you should be able to merge your dataset in two ways within one report.
You can now use the "LeftJoinTable" and "InnerJoinTable" in your report as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes, it is possible to merge two ways within one report. You can achieve this by using Power BI's merging and joining capabilities.
Here are the steps you can follow to merge the dataset in two ways:
Import the dataset into Power BI.
Select the "Modeling" tab and then click on "New Table" to create a new table.
In the formula bar, enter the formula for left join with one column. For example, if you want to left join Table1 with Table2 on the "ID" column, the formula would be:
LeftJoinTable = LEFT JOIN(Table1, Table2, "ID")
Create another new table, and in the formula bar, enter the formula for the second join. For example, if you want to inner join Table2 with Table1 on the columns "ID", "Date", and "Product", the formula would be:
InnerJoinTable = INNER JOIN(Table2, Table1, {"ID", "Date", "Product"})By following these steps, you should be able to merge your dataset in two ways within one report.
You can now use the "LeftJoinTable" and "InnerJoinTable" in your report as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

can you share idea please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

In addition to what Adamboer suggested, you can also do this in Power Query if you'd like to do the joins before loading to the model.
- Start with your two queries (Table1 and Table2) in the Power Query Editor
- Select Table1, and then from the Home ribbon choose Merge -> Merge Queries as New
- Enter the settings for your first join and click OK
- Select Table1 and once again click Merge Queries as New
- Enter the settings for your second join and click OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes, you should be able to do this in one report.

Helpful resources
Join our Fabric User Panel
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Power BI Monthly Update - June 2025
Check out the June 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
03-24-2023 12:55 PM | |||
Anonymous
| 12-23-2021 01:41 PM | ||
03-12-2024 03:56 AM | |||
06-25-2025 03:41 PM | |||
11-05-2020 11:44 PM |
User | Count |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
8 | |
7 | |
6 |