March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a table for contracts and actual items. My Contracts table houses the initial amount of the contract. The Actuals Table include the Debits from the contracts. I would like to make a connection via my vendor numbers (vendors are who the contracts are assigned to). I have tried to different ways to make a connection. One with the Summarize function:
VendorTypes = SUMMARIZE( UNION( SUMMARIZE('Contracts','Contracts'[Vendor Name],'Contracts'[VENDOR]), SUMMARIZE('Actual Items','Actual Items'[Vendor Name],'Actual Items'[VENDOR]) ), [Vendor Name],[VENDOR])
And another with Append, a video I found here: https://www.youtube.com/watch?v=vAvQ8pCnWDk
In which I create two new tables from the contracts and actuals vendor numbers, remove the duplicates, and append them. After removing the null values, I am able to create a relationship, but I cannot get the values I would like. Below is a screenshot of my relationships and a screen shot of the not working chart.
As you can see I have a Many to 1 between my Append 1 table and Contracts with "Both" as Cross filter tied together with the vendor number that has null values removed. There is also a connection to my Vendor Number in my Actuals Table, but it is a Many to 1 with "Single" Corss Filter Direction but the relationship is inactive? Not sure why?
On the left is the contract amounts consisting of the Contracts' Vendor Name and Transaction Amount. The right the actuals Vendor name and amount spent. The last number is my attempt at putting the Contracts Transactions into the Actuals Chart that is comprised of The Actuals Table's Spent and Vendor Name. Ideally, I would like to able to something like this:
Vendor | Initial Amount | Spent | Remaining |
Benniegirl Healthy Lifestyle | 16890 | 9500 | 7390 |
I have a table for contracts and actual items. My Contracts table houses the initial amount of the contract. The Actuals Table include the Debits from the contracts. I would like to make a connection via my vendor numbers (vendors are who the contracts are assigned to). I have tried to different ways to make a connection. One with the Summarize function:
VendorTypes = SUMMARIZE( UNION( SUMMARIZE('Contracts','Contracts'[Vendor Name],'Contracts'[VENDOR]), SUMMARIZE('Actual Items','Actual Items'[Vendor Name],'Actual Items'[VENDOR]) ), [Vendor Name],[VENDOR])
And another with Append, a video I found here: https://www.youtube.com/watch?v=vAvQ8pCnWDk
In which I create two new tables from the contracts and actuals vendor numbers, remove the duplicates, and append them. After removing the null values, I am able to create a relationship, but I cannot get the values I would like. Below is a screenshot of my relationships and a screen shot of the not working chart.
As you can see I have a Many to 1 between my Append 1 table and Contracts with "Both" as Cross filter tied together with the vendor number that has null values removed.
On the left is the contract amounts consisting of the Contracts' Vendor Name and Transaction Amount. The right the actuals Vendor name and amount spent. The last number is my attempt at putting the Contracts Transactions into the Actuals Chart that is comprised of The Actuals Table's Spent and Vendor Name. Ideally, I would like to able to something like this:
Vendor | Initial Amount | Spent | Remaining |
Benniegirl Healthy Lifestyle | 16890 | 9500 | 7390 |
Hi @bw70316 ,
It seemed you want to create a many-to-many relationship, could you have checked your relationship with loops like below:
You could refer below link about the relationships:
And if you still could not solve the problem, could you please share your file to have a test if possible?
Regards,
Daniel He
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
85 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |