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

A 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.

Reply
kenneth0596
Frequent Visitor

Mix Storage Mode Calculation

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. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

vkaiyuemsft_0-1717728750024.png

 

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

vkaiyuemsft_0-1717728750024.png

 

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.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.