Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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"
)
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
14 | |
13 | |
11 | |
9 | |
8 |