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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
When I create a measure with sumx that creates a visual table, I can only filter in the matrix and or table.
The question is that I want to gain insight into whether the traffic of our website fills hotels that are not filled by the competitor. Sometimes we fill hotels together and sometimes we cover it because they can't do it.
The two measures come from two aparate fact tables.
Solved! Go to Solution.
@Anonymous , You can use visual level filter
or
Sumx(filter(Values(Table[Name_of_hotel]), [SUM X Covering] =1) , [SUM X Covering])
Yes @saravanan_p that works. @Anonymous Hence the solution, simple. Kindly mark it as solution plz
Your logic is wrong, it yeilds all data for all sumx coverng = 1. And @Anonymous how can this get acccepted as solution. Anyways keep community healhty by supporting other non super users too.
It does not work in the filterpane for a another visualisation.. only for a matrix or table
Use filter pane and go to field weekplanning_Competetor and uncheck other values and check only blanks. Your result would be populated.
KIndly give thumps up and mark as solution
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.