PowerPivot for SharePoint: Filter Security. One dashboard for different teams.

freder1ck

New Member
Joined
Sep 9, 2014
Messages
3
We are investigating PowerPivot on SharePoint to make a dashboard.
-Management needs to see all teams and granular detail.
-Each team needs to see its own data only, and only at high to medium level.

What option are available? I see that SharePoint has file level restriction only. Does this mean separate copies of the dashboard? Or does the data need to be split, and only those with access to a certain set could see it?

Thanks,
Fred

SQL Server 2012
PowerPivot 2013
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
If you need "real" security, I think your options are going to be Files or SSAS in Tabular mode which offers row level security (you can filters stuff based on current user name).

You might be able to pull off some tricky stuff via username() and custom dax, but that sounds... painful.

If you are a bit more flexible... then you could hook up (say) a URL param, that feeds into a (hidden) slicer. The URL would control which report somebody sees. But obvioulsly, a diff URL could be used by... anyone to see other stuff.

Might be able to use USERNAME() to validate somebody is "allowed" to select the slicer value they did? That sounds interesting I might have to persue a blog entry on that :)
 
Upvote 0
Might be able to use USERNAME() to validate somebody is "allowed" to select the slicer value they did? That sounds interesting I might have to persue a blog entry on that :)
Thanks, scottsen! This sounds like the best, using a lookup to pull the names and their teams from a SharePoint list. For internal users there's already a certain level of trust, but you don't want to temp folks with params like ?Team=red. That would make me try ?Team=blue just to see if it would work.

Fred
 
Upvote 0

Forum statistics

Threads
1,216,156
Messages
6,129,188
Members
449,492
Latest member
steveg127

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top