Forum Discussion

MiaOlly's avatar
MiaOlly
Frequent Visitor
1 year ago
Solved

Live connection limitations

Hi,   In Power BI Desktop, I am not able to create the calculated columns/table when use live connectio with a semantic model that already exists in Power BI service. See below: While when i...
  • rajendraongole1's avatar
    rajendraongole1
    1 year ago

    Hi MiaOlly - As mentioned, Calculated columns and tables can behave differently based on the type and number of data sources referenced. If you are combining tables from multiple sources or have different types of storage modes (DirectQuery and Import), limitations may arise. For instance:

    Single Source: Calculated tables and columns typically work well if you’re referencing only one data source, especially in Import mode.
    Multiple Sources: If your calculation involves tables from multiple sources, particularly in DirectQuery mode, you might encounter restrictions due to differences in how each data source handles DAX expressions and relationships.

    The error message you shared, "This semantic model contains calculated tables or calculated columns that refer to remote tables," highlights that calculated columns/tables referencing remote sources require explicit permissions and granular access configurations, especially when using DirectQuery connections.

     

    Sometimes, you may see errors such as refresh failures or messages about unsupported operations. These are usually due to Power BI's limitations on combining complex DAX calculations across tables in composite models, as well as refresh constraints for calculated tables/columns in DirectQuery.