Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I Need filter a table column based on cell with pipe separated values, thanks.
Solved! Go to Solution.
Hi @Anonymous ,
First go to query editor>split column filter(table B):
Then create a measure as below:
Total = SUMX(FILTER(ALL('Table A'),'Table A'[ID]=MAX('Table B'[Filter.1])),'Table A'[Value])+SUMX(FILTER(ALL('Table A'),'Table A'[ID]=MAX('Table B'[Filter.2])),'Table A'[Value])
And you will see:
For the related .pbix file,pls click here.
Hi @Anonymous ,
First go to query editor>split column filter(table B):
Then create a measure as below:
Total = SUMX(FILTER(ALL('Table A'),'Table A'[ID]=MAX('Table B'[Filter.1])),'Table A'[Value])+SUMX(FILTER(ALL('Table A'),'Table A'[ID]=MAX('Table B'[Filter.2])),'Table A'[Value])
And you will see:
For the related .pbix file,pls click here.
For the "Table B" query, split the Filter column into rows as shown below:
Proud to be a Super User!