Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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 wondering if there's a way for me to filter the tables before I expand them so I'm not having to deal with so much data. Here is what the data looks like:
| Folder Name | Permissions |
FolderA | Table |
| FolderB | Table |
| FolderC | Table |
| PrincipalId | Member | Permission |
| 4 | Owners | Table |
| 8 | Members | Table |
| 10 | Visitors | Table |
| Name | Id |
| Full Control | 4 |
| Limited Access | 8 |
I've tried to filter after expanding but my query has been running all night and this is not reasonable. I would like to expand these tables twice and I only want permissions that are not Limited Access. I don't want to expand these then filter because we're dealing with about 1000+ folders and it would just be too much to manage.
Solved! Go to Solution.
Hi @alietzau ,
Please refer to this case.
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.
Hi @alietzau ,
Please refer to this case.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 4 | |
| 4 | |
| 4 |