Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Connect two datasets (SharePoint file & Semantic Model) and show all info/ data

I'm trying to connect two datasets (SharePoint file & Semantic Mode). After creating a relationship and creating a table -- I notice the table filters down based on while dataset has the least amount...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Anonymous ,

    Regarding your question, you should be working with a composite model, which is a limited relationship. When you create a table-to-table relationship, it performs an operation similar to an inner join, i.e. it only gets the intersection of the two tables.

    Table expansion never occurs for limited relationships. Table joins are achieved by using semantics, and for this reason, blank virtual rows aren't added to compensate for referential integrity violations.

    Please read the following documentation for more details(Limited relationship component).

    Model relationships in Power BI Desktop - Power BI | Microsoft Learn

     

    Best Regards