March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
in the report I'm useing DirectQuery dataset and manual created table with name "Country", it contain columns "Country Code" and "Country Name". In the table from DirectQuery with name "Units" is column with country codes.
local table
Country Code | Country Name |
UA | Ukraine |
BE | Belgium |
CH | Switzerland |
CZ | Czech Republic |
table in DirectQuery with name Units
Country Code |
UA |
BE |
CH |
CZ |
I have created relationship between this two tables using columns Countru Code. And If I want to copy Country Names from local table to table Units by
Country Name = Related(Country[Country name])
it retusn error "The column Country[Country name] cannot be pushed to the remote data source and cannot be used in this scenario."
I tried function lookupvalue too, but with same result.
Any idea how to combine data from direct query and local tables?
correction of original info:
function
RELATED generate error : "The column 'Country[Country Name]' either doesn't exist or doesn't have a relationship to any table available in the current context.
LOOKUPVALUE generate error: "The column 'Users'[Country Name] cannot be pushed to the remote data source and cannot be used in this scenario."
and you created a relationship between them? what type of relationship is it?
Proud to be a Super User!
Relationshis is *:1 Units[Country Code] (DirectQuery) : Country[Country Code] (local table) single direction
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |