This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi all,
I'm trying to calculate "Fee" by multiplying the actual hours from a direct query database by the billable rate from my import sharepoint. I added the following as the billable rate column:
IF(
LOOKUPVALUE(SharePoint.RateCardorCostPlus], SharePoint[Project Name], RELATED(DirectQuery[Project Name])) = "Cost Plus",
LOOKUPVALUE(SharePoint.Multiplier, SharePoint[Project Name], RELATED(DirectQuery[Project Name])) * LOOKUPVALUE(SharePoint[Cost Rate], SharePoint[EmployeeID], RELATED(DirectQuery[EmployeeCode])),
LOOKUPVALUE(SharePoint[Rate], SharePoint[BusinessTitle], RELATED(DirectQuery[JobTitle]))
)
The logic is that if the project is a “Cost Plus” then we multiply employee cost rate by the client multiplier. If its not “Cost Plus” then we use our client rate card and look up the billable rate of the employee. When I add above column to the model, I receive this error message: “It cannot be pushed to the remote data source and cannot be used in this scenario”. Anyone knows how to fix this? I would really appreciate any insights you could provide. Thank you.
Solved! Go to Solution.
Hi @kenneth0596 ,
You may currently be in a limited model relationship. A model relationship is "limited" when there is no identified "one" side. For limited relationships, table expansion never occurs. You cannot use the RELATED DAX function to retrieve the "one" side column value. For more details, refer to the document: Model relationships in Power BI Desktop - Power BI | Microsoft Learn.
In addition, here is a solution similar to your problem, I hope it can help you.
Solved: Column cannot be pushed to the remote data source ... - Microsoft Fabric Community
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @kenneth0596 ,
You may currently be in a limited model relationship. A model relationship is "limited" when there is no identified "one" side. For limited relationships, table expansion never occurs. You cannot use the RELATED DAX function to retrieve the "one" side column value. For more details, refer to the document: Model relationships in Power BI Desktop - Power BI | Microsoft Learn.
In addition, here is a solution similar to your problem, I hope it can help you.
Solved: Column cannot be pushed to the remote data source ... - Microsoft Fabric Community
Best Regards,
Clara Gong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 24 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |