Forum Discussion
alietzau
6 years agoFrequent Visitor
Filtering Tables before Expanding
I'm trying to pull folder permissions from Sharepoint using Power BI's Odata feed. The issue that I'm experiencing is that I have to unpackage all the embedded tables before filtering them. I was won...
- 6 years ago
Anonymous
6 years agoNot applicable
Hey there. Have you tried adding a custom column, =each Table.ColumnNames([DataColumnName])
Then you can filter the new column w/o expanding the tables until you need to.