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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

DAX Crossfilter

Hey, could you help with new function that i m using, crossfilter.  Red text is a part of original formula, black is an addition with crossfilter. My model works with bi directional relation.

lukaszEltwin1_0-1666946164405.png

 

crossfilter tscan =
VAR Test =
    FILTER ( TJob, TJob[SekundærNavn] = "Testing")
RETURN
    CALCULATE( DIVIDE ( SUMX ( Test, TJob[FirstPassQty] ), SUMX ( Test, TJob[Antal] ) ),CROSSFILTER(TJob[ID],TScan[RefID], Both))
 
lukaszEltwin1_0-1666947146030.png

Tscan has name filter that i want to apply on chart

 

 
4 REPLIES 4
Anonymous
Not applicable

ref

Anonymous
Not applicable
Anonymous
Not applicable

Hi @Anonymous ,

 

Please share some sample data so that we could test the formula.

 

Best Regards,

Jay

Anonymous
Not applicable

ref

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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