Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
When filtering for a column 1 by column 2, can you find the intersection of the selected elements(in col 2) to get items for col 1 rather than the union? i.e. (see image)
Solved! Go to Solution.
Hi @goalie_ ,
Create an independent slicer table.
Then create the measures.
Hi @goalie_ ,
Create an independent slicer table.
Then create the measures.
@goalie_ , try to use below measure with req in visual
measure =
var _cnt = calculate(distinctCOUNT(Table[var]), allselected())
return
countrows(filter(summarize(table, table[req], "_1", distinctCOUNT(Table[var])), [_1] = _cnt))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!