data security
8 TopicsFabric User Group Meetup: Securing Microsoft Fabric
Topic: Best Practices from the Product Team Guest Speaker: Vengatesh Parasuraman, Principal Program Manager, Microsoft Fabric Date/Time: August 21st — 1:30 pm to 3:30 pm EST Location: Online in Microsoft Teams Webinar Join us for an exclusive session with Microsoft’s own Vengatesh Parasuraman, who will walk us through critical security best practices for Microsoft Fabric—straight from the product team. Whether you're just starting with Fabric or already running production workloads, security is non-negotiable. Vengatesh will unpack key considerations around: Agenda: Intro to Fabric as a SaaS platform Network and Identity security Workspace & item security Secure and compliant by default Data security & governance Expect practical insights, architectural guidance, and direct Q&A with one of the people shaping the platform. Who should attend: Data engineers, architects, security professionals, and anyone working in or around Microsoft Fabric. Come curious. Leave secure. Proudly sponsored by Revolution Data Platforms (RDP) A recognized Microsoft Partner for Data & AI631Views0likes0CommentsObject Level Security for Report-Server
Hi everyone, I’m currently working with Power BI Report Server and our customer expecting Object Level Security (OLS) features to enforce data security at the column level. I understand OLS can be implemented in Power BI Service (with Tabular Model tool & SSAS), but I’m unsure how or if this can be implemented on Power BI Report Server, i can not find a clear documentation about this. So basically, my questions are: Does Power BI Report Server support OLS for column-level restrictions? If yes, what is the recommended approach or pre-requisites to configure this? Our current version: Power BI Report Server © 2024 Microsoft. All rights reserved Version1.19.8779.19175(January 2024) I’d appreciate it if anyone could share their insights, documentation, or examples. Thank you guys a lot!1.6KViews0likes3CommentsEmbed For Customer - All Pages Filter
I have two clients viewing functionally the same report in an embed for your customers scenario. I was asked if each client could be made to see only their own data exclusively. I can easily make this work with an "all pages" filter, which to my knowledge can't be edited or removed from the embedded view (unlike a page filter which can be). However I'm concerned that this approach is not secure. Does Powerbi Provide any guarantee that "All pages" filters cannot be edited or modified from an embedded view? Is the "Hide Filters" button sufficent for this?Solved1.1KViews0likes2CommentsPower BI - Uncertified Visuals Security
Hello Masters! I would like to know it is a possibility for custom visualization to have direct access to the model, data and other visualizations in the report, or only that visuals have access only to what we input into that visualization, referring to e.g field with data from the report model or measure? Is any possibility to check code of custom visulazation if i have pbix file which i can load to report?SolvedHelp required to implement security via a user information table
I have use case where in user should be able to filter and view data by a security matrix User Information table The report is expected to identify the current logged in user and accordingly filter the data in the report by conditions verified by security matrix and available as in user information Example: Tom being a Team Head should be able to 1. see all Jurisidction applicable when Team - Engineer 2. see only Engineer as the value in Slicer for Team whereas all values for Jurisdiction slicer when blank Slicers are sourced from dimension tables Team & Jurisdiction. I have tried to create measure that captures values individually for team & jurisdiction for the logged in user via USERPRINCIPALNAME() however this works well to filter out the slicers but not on visuals that include Field Parameters aka combination of attributes. User Team = VAR _Team = CALCULATETABLE( VALUES(UserInfo[Team]), UserInfo[User] = "[email protected]") -- to be changed to USERPRINCIPALNAME() RETURN IF( VALUES(Team[Team]) IN _Team,1,0) Welcoming any suggestions on data modelling or approaches or ideas to implement it. Link to sample pbix for reference - Sample PBIX Thanks466Views0likes1CommentHow to make exported files stored in the website where the Power BI report is embedded in?
Hi, all, My Power BI report is embedded in a sharepoint webpage and my clients are colleagues who, by regulation, only work on and share the data internally. Currently it seems the exported forms of the report (PPT, PDF or excel files) are automatically downloaded to local PCs. Is there a way to make them stored on the sharepoint webpage where the Power BI report is embedded in? It would be of course possible for the users to download them there later (depending on the access right of the users that managed by the website). I have a data confidentiality reason for this need, but cannot find a solution. Thanks for your help in advance!Solved1.6KViews0likes8CommentsWorkspace Name (Exporting file containg Power BI usage)
Hello, I am currently sitting with a lot of raw data received from our IT department in order to make simple statistics of the Power BI usage by our users. In the regard I came across one column, which contains the workspace name that the report has been viewed in. However, I am very unsure what this actually means. The column contains following text: WorkSpaceName"":""PersonalWorkspace-Employee" and other fields containing the same script but with my department instead of Employee. I expect, as my department are responsible for creating, developing and publishing these specific reports, they should all be opened through our workspacename. How can it be that some employees have viewed it through their "own". Is there a way to "download" the reports made by others down to your own workspace and share it with others (e.g., external contacts) or?571Views0likes0CommentsData Security in Report server for huge number of users
Hi All, We have dashboards created for different countries. For each country we have User hierarchy. Each Area managers have multiple supervisors and each supervisor manages different Sales Rep. I want to create a data security for these users based on their designation. Sales Rep should see only that store data where he has conducted the survey. Supervisor should see all those stores that are visited by the sales Reps he is managing and Area manager should see all the stores that his supervisor is managing. We have huge number of Sales Reps and hence creating roles(RLS) for each Sales Rep is not an option. Is there any other way we can do this? Thanks in Advance, Bhavya445Views0likes0Comments