Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am seeking some help. I'm working with recruitment data and building dashboards for the line managers to see the activity and performance levels. In my dashboard I have a slicers from my 'Consultant lookup' table which can be used to drill down to Division, Team and Consultant levels.
In my data model, all of the [Consultant Name] fields connect to the person who owns the activity. For the 'Live Jobs' table, this is the column called [Job Owner]. Now my problem. For one table, I need the Consultant slicer to filter on a different column called [Referred by], instead of the column [Consultant Name] which is the connection in the data model. Please see the image below.
Please can someone help? Is there any way to set up a secondary relationship in the data model?
Thank you so much
Quenril
Solved! Go to Solution.
Hello parry2k,
Thank you for your response. I have linked the [Consultant Name] in my 'Consultant lookup' table with the [Referred by] column of my 'Live Jobs' table via na inactive relationship. I have then created the measure:
Hello parry2k,
Thank you for your response. I have linked the [Consultant Name] in my 'Consultant lookup' table with the [Referred by] column of my 'Live Jobs' table via na inactive relationship. I have then created the measure:
@Quenril you can create a relationship with a reference column with consultant column which will be inactive, add a measure, and then use it as a visual level filter:
Row Count =
CALCULATE ( COUNTROWS ( Youtable ), USERELATIONSHIP ( YourTable[Referece Column], ConsultantTable[Consultant Column ) )
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi parry2k,
Thank you for the quick response. 95% of my measures and other data visuals uses the 'Consultant Name' relationship that I have set up in the data model currently. I believe this is the only table which ideally requires a different relationship... Have you got any clever ideas? 😉
Thank you
Quenril
@Quenril just wondering why not change the relation between consultant table to referred by column instead of having a relationship with consultant name?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.