Forum Discussion
Calculating Dax parameter
I'm facing the issue while using a parameter string in a DAX formula for a column.The error message which i'm getting while i'm trying to create a dax parameter string is "The column cannot be pushed to the remote data sources". Can anyone suggest me to resolve this issue which i'm facing.
2 Replies
- amustafaSolution Sage
See if this will help you.
Solved: Column cannot be pushed to the remote data source ... - Microsoft Fabric Community
- AnonymousNot applicable
Hi, pmuthumeena5
Based on the information you have provided, I did an example of a parameter string in DAX as well by a simple example, in which the second parameter of the FILTER function is a string that specifies the region to be filtered. This string is "S4".
I think you can check if the remote data source supports the columns you are trying to create, and also check if the data types match, and of course checking for errors in the DAX syntax is necessary, and you can also check that all the columns in the formula are coming from the same data source.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.