The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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