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
v_mark
Helper V
Helper V

Filter another table without relationship

Hello, been working on this type of model. 

 

employee table contains primarily: employee info dept, line of business etc. 

Problem table: has all the records reported as a problem which is all unique values 

Incident table:  May contains multiple Incident IDs for a certain Problem ID

 

my intent is to filter the problem table and employee table vise versa . Like, know how many PROBLEM IDs came from a certain location, dept, line of business ..

 

currently, there are no common fields between the two. However, there is a requesterID coming from the Incident table which I can probably use to merge into a reference Problem table and eventually another merge to employe table which end with duplicate values 

 

I was hoping to achieve that WITHOUT using the bi-directional filtering 

 

 

 

1 ACCEPTED SOLUTION
littlemojopuppy
Community Champion
Community Champion

Hi @v_mark you can use the TREATAS() function to simulate a relationship when no relationship exists.

 

Your syntax would be something along the lines of

CALCULATE(
	[Measure],
	TREATAS(Incident[RequesterID], Problem[Employee???})
)

 

Hope this helps! 🙂

View solution in original post

1 REPLY 1
littlemojopuppy
Community Champion
Community Champion

Hi @v_mark you can use the TREATAS() function to simulate a relationship when no relationship exists.

 

Your syntax would be something along the lines of

CALCULATE(
	[Measure],
	TREATAS(Incident[RequesterID], Problem[Employee???})
)

 

Hope this helps! 🙂

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.

Top Solution Authors
Users online (9,318)