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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I’m getting this error message when creating a pbi dataflow: “Expression.Error: The key didn't match any rows in the table” (more details below). Please see attached screenshot; error occurs at the “Navigation 1” step.
Expression.Error: The key didn't match any rows in the table.
Details
Key = [Item = "REPORT", Kind = "Table"]
Table = #table({"Name", "Data", "Item", "Kind", "Hidden"}, {})
Solved! Go to Solution.
Hi @tomekm
The reason for this error is because it is expecting to find a key from the table called "Data" and there are no keys to match on.
I would make sure that there are valid keys in your table called "Data" that match to your source?
Hi @tomekm
The reason for this error is because it is expecting to find a key from the table called "Data" and there are no keys to match on.
I would make sure that there are valid keys in your table called "Data" that match to your source?