Forum Discussion
MarioScapellato
8 years agoFrequent Visitor
Jira Content Pack - Include Labels from Jira Data Set
I'm using the Jira Content Pack for Power BI Desktop. The stock Query don't include data from the Lables column. My Orginzation uses Lables for reporting. I'm new to M but i managed to edit the qu...
- Anonymous8 years ago
MarioScapellato,
Do you have List type column in your table? If so, you have two options(Expand to new rows, extract values) to expand the lists. Please check the following example.
sample tableExpand to new rowsresult of "expand to new rows"Extract Valuesadd commaresult of "Extract values"
Regards,
Lyd
Anonymous
8 years agoNot applicable
MarioScapellato,
Do you have List type column in your table? If so, you have two options(Expand to new rows, extract values) to expand the lists. Please check the following example.
sample tableExpand to new rowsresult of "expand to new rows"Extract Valuesadd commaresult of "Extract values"
Regards,
Lyd
MarioScapellato
8 years agoFrequent Visitor
That did the trick. Thank you so much!