Forum Discussion
elettra84
6 years agoNew Member
Handling tag data in a table
Hi all, I went through the posts but couldn't find an answer to the following question (apologies if I missed it). I have a table that has a field containing a list of tags (I can format this strin...
- 6 years ago
Hi elettra84 ,
You could open query editor and unpivot the tag columns to get an extra column. Then pivot this column to get IDs without aggregation and remove blank tags.
Here is my test file for your reference.
v-eachen-msft
6 years agoCommunity Support
Hi elettra84 ,
You could open query editor and unpivot the tag columns to get an extra column. Then pivot this column to get IDs without aggregation and remove blank tags.
Here is my test file for your reference.