"relationships"
2 TopicsProblem to join 3 tables together
Hello, Could you help me with the problem I face? I have a "Prices" table with the following structure: ItemID PriceGroup Price n1 FR 5 n1 BE 4 n2 FR 9 n2 BE 8 CustomersPrices table: CustomerID PriceGroup 001 FR 002 BE SalesTransactions table: OrderID ItemID CustomerID Qty S01 n1 001 1 S01 n2 001 2 S02 n1 002 1 I'd like to add a column to the SalesTransactions table (or a corresponding graph in the report) SalesAmount = Qty * Price In principle, I should be able to do it, as ItemID and CustomerID uniquely identify the price. I tried to join the tables together, but it didn't work: Ambiguos paths between SalesTransactions and Prices tables.Solved465Views0likes1CommentReport Builder - Relationships
As a simple test for the creation of a dataset in PBI Report Builder, I imported two tables to PBI Desktop: one with product sales and another with product devolutions. After that, i created two dynamic tables: one for product name and another for date. As the two main tables had columns for product name and date, i related them with the dynamic tables, everything worked fine and I published it all into my workspace. So, in PBI Report Builder, I imported the data source from my workspace and started creating a dataset with the table wizard. I used the dProduct Name table as a parameter, the dDate table as the only line and the Sales and Devolutions Quantities as the values to be shown. But the PBI Report Builder doesn't understand the relationship between the original and dynamic tables, even if they are consolidated on PBI Desktop. Worse than that: both the written course and the video course on Microsoft Learn show a relationship pane inside the Query Designer of the Dataset and i can't find anything like that on my version (15.7.1807.730). So, how can i create a simple relationship between columns of different tables on PBI Report Builder? I have seen some stuff about the subject here in the forum but I still can't apply any of that on the last version of PBI Report Builder. Thank you so much. PS: It is also difficult to find an specific topic for PBI Report Builder here.919Views0likes2Comments