Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
tonybrogan
Advocate I
Advocate I

Procurement Dashboard

Hi everyone, I'm struggling to find a solution for this, I'm trying to calculate the total spend per contract type with the option to slice the spend by month, year etc but as we have multiple suppliers across the contract types my first idea to just create a simple relationship between two columns fails miserably...

 

An example of the dataset is below: 

 

tonybrogan_0-1640785720023.png

Any help you can suggest will be greatly appreciated.

 

Thanks, 

Tony B 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@tonybrogan , Join Table 1 and Table 2 on supplier , use many to many bi-directional join

 

and then you can build this visual using table 2's contract type, and table 1 sum of amount

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

In Table 1, write this calculated column formula to bring over Contract Type from Table 2.

Contract Type = lookupvalue('Table 2'[Contract type],'Table 2'[Supplier],'Table 1'[Supplier])

To your visual, drag Contract Type from Table 1.  Write this measure

Spend = sum('Table 1'[Amount])

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
v-shex-msft
Community Support
Community Support

Hi @tonybrogan,

Did amitchandak 's suggestions help with your scenario? if that is the case, you can consider Kudo or accept his suggestions to help others who faced similar requirements.

If that also doesn't help, please share more detailed information to help us clarify your scenario to test.

How to Get Your Question Answered Quickly 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
amitchandak
Super User
Super User

@tonybrogan , Join Table 1 and Table 2 on supplier , use many to many bi-directional join

 

and then you can build this visual using table 2's contract type, and table 1 sum of amount

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.