Forum Discussion
Anonymous
3 years agoNot 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.
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))
Tscan has name filter that i want to apply on chart
4 Replies
- AnonymousNot applicable
ref
- AnonymousNot applicable
Hi Anonymous ,
Please share some sample data so that we could test the formula.
Best Regards,
Jay
- AnonymousNot applicable
ref