I wish to display department org chart in Sharepoint Online home page. Not using Azure or Org Chart Web part, as I want to group the colleagues based on functions.
Related
I have a number of PowerBI dashboards on our SharePoint 2013 online site. We are working on a plan to only display relevant dashboards to the user based on their user group. For example, a salesperson will only see their personal dashboard on the page. I can do this for image viewer, etc., but I cannot figure out how to edit a PowerBI webpart to target an audience. Any suggestions would be most welcomed.
KL
I suggest you to use Row level security.
Select the Modeling tab.
Select Manage Roles.
3.Select Create
4.Provide a name for the role.
5.Select the table that you want to apply a DAX rule.
6.Enter the DAX expressions. This expression should return a true or false. For example: [UserID] = userprincipalname().
And Save.
For this you need a field where the username is registered, means that user has visibility on that row. If you don't have this information, then you will need to add some information to the row, to give visibility to whom deserve it.
After you have created your role, you can test the results of the role within Power BI Desktop. To do this, select View As Roles.
And then play around to check if what you get is what you want.
Hope that helps!
I had to revert the SP page to a Classic interface, then create individual Web Parts for each dashboard on the page, limiting each Web Part by the targeted audience. The Web Parts are not visible on the main Dashboard Portal page unless you are in the targeted audience, so you could see 1 or up to 5 dashboard previews on the page. An individual page was needed for each Power BI dashboard. A user cannot be prevented from seeing the dashboard if they are provided the URL, but hiding the hyperlink and preview screenshot on the Portal page is close enough. This should be easier to execute in SP... Oh well...
There is a webpart available in Sharepoint 2010 that lets you view an org chart of users related by the AD manager field. OOB it displays their names, job titles and the content of the 'about me' field. I have been given the requirement to display further user profile fields, in particular telephone numbers. Is there any way this can be achieved?
I'm not sure it is possible. You can use third party alternatives which can display telephone number. For example Plumsail Org Chart or 1OrgChart
I want to create a couple of columns in a doc library, which should be editable only for a few users. These users can be part of a single group. However currently, this is editable by all users and does not serve my purpose.
My SP site is created using WSS 3.0 and workflows are built using SP designer.
There is an interesting codeplex project (SPListDisplaySetting) which will fit your needs, I think?!
I have created a SharePoint (MOSS 2007) site template, and I am programmatically creating a number of new site based on this template. I would like to populate each site created with this template with a number of users and groups from the Active Directory. Can anyone offer any guidance on how this can be done, either as part of the site template, or through code?
Thanks, MagicAndi.
Have a look at this article, it shows 3 different ways of adding users.
MOSS: Add user to site through code (programmatically)
I would like to filter the KPIs shown on a scorecard by the user logged in to SharePoint. Is this possible?
Requirements:
I have several users who own different KPIs
I am developing the performance management app in PerformancePoint planning.
I don't want to create multiple scorecards for each user as this could run into a lot of reports...
I want to direct all the users to one scorecard but it will only show them the relevant KPIs based on the logged in user.
Scorecards will be hosted in MOSS 2007
How can I set this up in PerformancePoint?
Thanks.
If you create one scorecard with all the kpis on there, and only grant access on the KPI level, you'll get a barebones approach to what you want. The data for each KPI that a user does not have access to will show as blank.