Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a problem with the connections in data model. I need to get information from two transaction tables which are from Microsoft Navision. The first table is “Item Ledger Entry” and it has the following columns: “Item No_”, “Entry Type”, “Document No_”. The second is “Value Entry” with columns: “Document No_”, “Item Ledger Entry Type”, “Cost Amount (Actual)”. First We go to the table “Item Ledger Entry” and there we filter by “Entry Type” = 6 and “Item No_” and we get the “Document No_”. Then We have to filter the second table “Value Entry” by this “Document No_” and we filter by “Item Ledger Entry Type” = 5 and this way we have to get the information about SUM(Cost Amount (Actual)). How I construct the architecture of data model or is there any possible way to do this with DAX formula? If so could you explain how to proceed with the DAX formula here?
@Anonymous , is Document No_ is unique in "Item Ledger Entry", if so you can join the two tables on that can filter both parameters using a slicer or can create a measure with filters.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
10 | |
10 | |
9 | |
7 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
10 |