Forum Discussion
Yaya1990
4 years agoFrequent Visitor
Filter based on Table
Hi Dears, I am working on a dashboard reading data from 4 different sensors, and each has a different table, is there any way I can filter my data based on a table, or how can I create a filter t...
amitchandak
4 years agoSuper User
Yaya1990 ,
Calculate(Sum(Table[Value]), filter(Table, Table[Column] in values(Table2[Col]) ) )
Also, check
- Yaya19904 years agoFrequent Visitor
Hi, thanksyou for replying, I need a filter in slicer showing four different tables, once i click on one it only displays the data for that sensor? is it possible?