Forum Discussion
jonathangsanto
Helper I
4 years agoHow get data in selected filters
Hi All, I have 2 cards, each filtering information Each of this information has a geographic location in my table I need to get these coordinates based on the filter to calculate the d...
- 4 years ago
Hi,
You could try :
Filters Selected =
VAR TempTable = SELECTCOLUMNS( BHGold, BH_gold[NumeroSerie] ) //Selet columns needed
VAR ListFilter1="*" & CONCATENATEX(TempTable , "," & BH_gold[NumeroSerie] ) //creation of stringVAR ListFilter2 = SUBSTITUTE(DelimList1,"*-","") //cleaning of stringRETURN
ListFilter2Tell us if it works...
jonathangsanto
Helper I
4 years agoI used what you recommended and I set up the table model and it worked perfectly, thanks