Forum Discussion

Trudgeon's avatar
Trudgeon
Helper III
4 years ago
Solved

Can we retain table relationships when using 'Add Power BI Dataset Connection' in Report Builder?

I'm trying to recreate a Power BI table report as a paginated report.  In Power BI Report Builder, I was able to connect to the Power BI dataset by right-clicking on Data Sources and selecting 'Add P...
  • Trudgeon's avatar
    4 years ago

    The solution can be found here:

    https://community.powerbi.com/t5/Desktop/Relationship-between-tables-in-Power-BI-Report-Builder/m-p/1017365

     

    In summary, when you connect to power bi dataset from power bi desktop/report builder, the connection mode is set as live connection which means you can't do any modification on the data model(e.g.: table relationship) so you can't see the relationship.  However, you can use the RELATED function to get field from dimension tables into a single fact table.  Once all of the required fields are in one table, you can build the query in Power BI Report Builder from the single source.  It's certainly a pain, but it works.