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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Connecting Participant and Responses Survey Data to multiple Reference tables

Hey there,

 

I'm working on connecting L&D survey data. I have a participants and survey results table (not all participants took the survey) and would like to have them both connect to the WorkerMaster (Staff Directory) and SessionReference table. I've tried to make these connections but am not able to because it will not all multiple relationships to be active. This is the closest I've come to solving the problem, however, the SessionReference table still isnt connected to the Partipant list, so that when I filter based on session it does not show the accurate number of survey responses. 

Any ideas? Thank you!

 

PBI.help.PNG

1 ACCEPTED SOLUTION
ybcrg
Regular Visitor

I am not sure what measure you may be trying to create like Count, Sum etc. but I have used USERRELATIONSHIP if active relationship does not exist.

 

=CALCULATE(SUM(TABLE1[AMOUNTCOLUMN]), USERELATIONSHIP(TABLE1[DATE COLUMN], DATETABLE[Date]))

 

You can try this syntax and accept the response if it works.

 

Thanks

 

View solution in original post

1 REPLY 1
ybcrg
Regular Visitor

I am not sure what measure you may be trying to create like Count, Sum etc. but I have used USERRELATIONSHIP if active relationship does not exist.

 

=CALCULATE(SUM(TABLE1[AMOUNTCOLUMN]), USERELATIONSHIP(TABLE1[DATE COLUMN], DATETABLE[Date]))

 

You can try this syntax and accept the response if it works.

 

Thanks

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors