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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Forrestgump1980
New Member

Bring Values from related table into Power Pivot

Hi all, 

I have 2 tables:-

  1. 'Requisition': Many rows joined to the 'ExternalFillRatio' table via field 'Division'
  2. 'ExternalFillRatio': Joined to the 'Requisition' table via 'Division' 

I have set up a Power pivot which starts from my 'Requisition' table. I then want to bring in the field 'Ratio' from the 'ExternalFillRatio' table using a measure. Is this possible?

 

I was currenlt trying to achieve this using RELATED or RELATEDTABLE but im not sure this is the correct approach.

 

Any help greatly appreciated!

5 ACCEPTED SOLUTIONS
bhanu_gautam
Super User
Super User

@Forrestgump1980 ,If you have a one-to-many relationship from 'ExternalFillRatio' to 'Requisition' (i.e., each division in 'ExternalFillRatio' can have multiple corresponding rows in 'Requisition'), you can use the RELATED function to bring in the 'Ratio' field.

 

RatioMeasure = RELATED(ExternalFillRatio[Ratio])




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

Hi there, 

 

Thanks for your reply. So i have managed to add this to my 'Requisition' table as a column using:-

 

  • As suggested RELATED(ExternalFillRatio[Ratio])
  • Also managed to do this as a column using LOOKUPVALUE(ExternalFillRatio[Ratio],ExternalFillRatio[Division],Requisition[Division])

I assume your suggestion is better as there is a relationship, however with both solutions it sums the returns (which I dont want). I want it just to return the vaules. In Power Pivot excel I can't see an option to not summerize. Can I achieve this?

View solution in original post

You can try it using pivot table

Create a PivotTable:

Insert a PivotTable in Excel using the data model.
Drag fields from the 'Requisition' table to the PivotTable.
Change Summarization to "Do Not Summarize":

When you drag the 'Ratio' field to the Values area of the PivotTable, it will default to summing the values.
To change this, click on the drop-down arrow next to the field in the Values area.
Select "Value Field Settings".
In the "Summarize Values By" tab, select "Do Not Summarize" (or "Show Values As" if available, and choose "No Calculation").




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

@Forrestgump1980 , Yes there are some limited option available in Power Pivot




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

OK thanks for your help........I will just use average for now 

View solution in original post

7 REPLIES 7
Forrestgump1980
New Member

Unfortunately in power pivot excel in the 'Summarize Values by' drop down there is no option for 'Do Not Summerize' or  'No Calculation'. The only way I can see round it is to select Average....which seems to do the trick. Is that the best solution do you know in Power Pivot excel?

@Forrestgump1980 , Yes there are some limited option available in Power Pivot




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






OK thanks for your help........I will just use average for now 

@Forrestgump1980 , Can you please accept my reply as solution it will help others 




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






bhanu_gautam
Super User
Super User

@Forrestgump1980 ,If you have a one-to-many relationship from 'ExternalFillRatio' to 'Requisition' (i.e., each division in 'ExternalFillRatio' can have multiple corresponding rows in 'Requisition'), you can use the RELATED function to bring in the 'Ratio' field.

 

RatioMeasure = RELATED(ExternalFillRatio[Ratio])




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Hi there, 

 

Thanks for your reply. So i have managed to add this to my 'Requisition' table as a column using:-

 

  • As suggested RELATED(ExternalFillRatio[Ratio])
  • Also managed to do this as a column using LOOKUPVALUE(ExternalFillRatio[Ratio],ExternalFillRatio[Division],Requisition[Division])

I assume your suggestion is better as there is a relationship, however with both solutions it sums the returns (which I dont want). I want it just to return the vaules. In Power Pivot excel I can't see an option to not summerize. Can I achieve this?

You can try it using pivot table

Create a PivotTable:

Insert a PivotTable in Excel using the data model.
Drag fields from the 'Requisition' table to the PivotTable.
Change Summarization to "Do Not Summarize":

When you drag the 'Ratio' field to the Values area of the PivotTable, it will default to summing the values.
To change this, click on the drop-down arrow next to the field in the Values area.
Select "Value Field Settings".
In the "Summarize Values By" tab, select "Do Not Summarize" (or "Show Values As" if available, and choose "No Calculation").




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.