Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Yiyi_1989
Helper I
Helper I

The column cannot be pushed to the remote data source and cannot be used

Hello, 

 

I created a table and gained a list of user_id of internal users. Then I tried to use this list to create a new column in my main table by matching the user_id with the list of user_id of internal users. However, I got the error message that "The column cannot be pushed to the remote data source and cannot be used in this scenario". Can some one help? Thank you so much in advance! 

 

The DAX code of the table expression which gained  the list of user_id of internal users: 

 

internal user = SELECTCOLUMNS (
    SUMMARIZE (
        CALCULATETABLE (
            'Main table',
            'Another table'[Type] = "Internal"
        ),
        'Main table'[user_id]
    ),
    "user_id", 'Main table'[user_id]
)

 

 

 I tried to create a new column in my main table by using the values from tne internal user table but got the error messages mentioned above: 

 

User Type =
    SWITCH(
        TRUE(),
       CONTAINS('internal user',
       'internal user'[user_id],
       'Main Table'[user_Id]),
       "Internal users","Other Users"
        )

 

1 REPLY 1
AnthonyGenovese
Resolver III
Resolver III

Personally, I would do all of this in Power Query. Create a new query for what you are looking for, then join that query to get your new column.

 

If this post was helpful, please kudos or accept the answer as a solution.
~ Anthony Genovese
Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!

 

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.