Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
When I tried to merge queries,the merge with dropdown is blank. As you can see in this screenshot.
Hi @HasnainNB,
Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to @Omid_Motamedise, @AnkitKukreja, @MasonMA, @vojtechsima, for those inputs on this thread.
Has your issue been resolved? If the response provided by the community member @Omid_Motamedise, @AnkitKukreja, @MasonMA, @vojtechsima, addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.
Thank you for using the Microsoft Community Forum.
Hi @HasnainNB,
Just wanted to follow up. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.
Thank you.
It usualy caused when the other queries lead to an error, but in your case, it seems it is not the issue.
Hi! @HasnainNB
Please try to refresh all queries and ensure that other tables have the headers to be used for merge. Also try using this in the latest version of Power BI desktop as suggested by others.
Hi,
Your Power Query UI looks a bit different from mine on the far right. I can still see 'Azure machine learning' and 'Text Analytics' which are both retired from Power Query or Power BI Desktop.
My own assumption is this would be a UI glitch from old version and i would suggest updating your Power BI to the latest version to give it another try.
Hey, @HasnainNB ,
On why this happens, check responses from others; however, I think it's valuable to also know an extremely simple workaround and learn some M on the way. It's gonna allow you to also merge steps inside a single query.
The clicking merge will output these two steps:
= Table.NestedJoin(table1, {"column1"}, table2, {"column1"}, "newMergeColumn", JoinKind.LeftOuter //type of join)
You can simply click add step button and write it yourself and define it for your needs:
If you want to use more columns to construct a key, you just add them to the list like this {"col1", "col2"}, on each side.
Tables are basically also steps (that return a table), so you can simply reference inner steps inside a query to join stuff together.
This usually happens when Power Query can’t render the preview of the second table, not because Merge itself is broken.
Most common causes (check in this order):
Table has an error in earlier steps
Open the other query directly and make sure it loads rows without errors (red “Error” values).
The query returns zero rows at preview time
For example:
Filter step removes all rows
Parameter-driven query with no default value
Merge dropdown will appear blank if there’s nothing to preview.
Query depends on another query that’s disabled or broken
If the target query references another query that fails, Merge can’t show it.
Data source privacy / credentials issue
Go to Data source settings → make sure credentials are valid and privacy levels are not blocking evaluation.
Hi @HasnainNB
Here are the most common causes + fixes (in order of likelihood):
1) The other “tables” are not actually tables in Power Query
The Merge dropdown only lists queries that return a table. If a query returns a list / record / scalar / parameter, it won’t appear.
Check:
Fix:
2) Query preview is failing (so PQ can’t load candidates)
If any query has an error in preview or step evaluation, Power Query sometimes fails to populate the merge list.
Check:
Fix:
3) You’re inside a query context that limits what can be merged
Sometimes you’re editing a query that’s a function, parameter, or connection-only staging query and the merge UI behaves oddly.
Fix:
4) Privacy / firewall settings blocking combining data sources
Power Query can block combining sources depending on privacy levels (“Formula.Firewall”), and the UI can get weird.
Fix (quick test):
If it suddenly works, it’s a privacy/firewall configuration issue.
5) Power Query cache/UI glitch
This happens more than people expect.
Fix:
Also try toggling:
6) Data source is fine, but columns aren’t loaded yet
If the preview hasn’t fully loaded or is stalled, the merge dialog can show blank.
Fix:
Retry Merge.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |