Forum Discussion
Measure to filter table only selected value
Hello, i need show into a table only data with Family is equal my Selected Value
My selected value Measure = SELECTEDVALUE(D_FAMILY[Family])
My table is
D_EQUIP[n Equipamento]
D_FAMILY[Family]
it's Possible? Thanks
3 Replies
- amitchandak
Super User
marcio_fornari , The code you have given should work
or
My selected value Measure = max(D_FAMILY[Family])
- marcio_fornari
Resolver I
Hi amitchandak doens't work..
I record a video to help.
i select the equipment on the map and the table shows me all the equipments that are of the same family, at this case are only 2 rows.
After i need selected the equipment on the table to make a drill-through, but the table show others rows instead of keep the equipments.
I don't want the table filter after click inside.
If you look below the table, the selected value doesn't change, i was a think a measure to filter only rows equal family is my selected value
sorry my english is not very good, it's hard to explain this.
- marcio_fornari
Resolver I
Anyone can help me?
I uploaded the example file: https://drive.google.com/file/d/1JDiLsIBYP9Un7l8Vvs89dLCkxl2WxN7p/view?usp=sharing