RLS in the source? How does this work with DirectQuery and Import in Power BI?

  Рет қаралды 26,202

Guy in a Cube

Guy in a Cube

Күн бұрын

Пікірлер
@christyanho
@christyanho Жыл бұрын
How do you handle RLS when dealing with a composite model? Direct query for detailed fact data (RLS at source) + import mode for aggregated fact data + dual storage mode for dimensions.
@mmastro96
@mmastro96 Жыл бұрын
I'd probably do the RLS as a role on the front end vs. at the source if the model is complex
@Ajuneja99
@Ajuneja99 Жыл бұрын
We tried that in our project earlier, defined RLS on aggregated data and used SSO for detailed direct query but SSO didn't work with that. So had to create 2 models, direct query and import separate.
@yagokurt9
@yagokurt9 Жыл бұрын
Thank you very much for sharing it. When I go to settings, the "Data source credentials" is grayed out. Does anyone know what could it be?
@declantiberiuskelly1263
@declantiberiuskelly1263 4 ай бұрын
The perfect video, many thanks
@Mohammedismail08
@Mohammedismail08 Жыл бұрын
You need a gateway to setup since this is direct query. When I setup a gateway, I’m not getting an option to edit credentials since it says admin has granted access credentials are not required. What to do ? Please help.
@DivyaDass-i2j
@DivyaDass-i2j 2 ай бұрын
For this to work. Do we need to then create a user for each and every person in the underlying data source as well?
@voxdiary
@voxdiary 4 ай бұрын
lol nice. no BS moment. just straight to the point. exactly came for this knowledge!
@rafaelajra
@rafaelajra Жыл бұрын
Great! How does it work with Embedded (master user)?
@maur6810
@maur6810 Жыл бұрын
Hi ! Thanks for your video. Some weeks ago we created a report using Power BI Report Builder that connects to a data source which is an Analysis Services model in Azure. That model have roles that secure the data for some users. But, when we publish the report in the Power BI service, the report refreshes using the account configured in the connection, but there is no option for Power BI to use the user that is using the report to connect to the model instead the one that is configured in the connection, so, as a result, the RLS doesn't apply in this case. Any clue to solve this issue?
@shyambhadresa
@shyambhadresa Жыл бұрын
i find this so frustrating!
@sridrigger
@sridrigger Жыл бұрын
Team with respect to matrix visual is there a possibility to turn of drill down and keep only focus mode and restrict screenshot for certain users.
@Broadmoore
@Broadmoore Жыл бұрын
Thanks Patrick!
@orB-u2e
@orB-u2e Жыл бұрын
Hi' I would love to know more about composite model and RLS. I have a composite model with RLS, some of the Facts are in direct query and some are not. The RLS works well when it comes to slicing the data but creates unusual slowness in real time reports. I would be happy to help on this matter
@workstuff5253
@workstuff5253 Жыл бұрын
Is there a way to "Test as Role" in the service for a thin report and not just the dataset its based on?
@vidyalakshmisukumaran3643
@vidyalakshmisukumaran3643 Жыл бұрын
Hi! Is it possible to configure dynamic RLS on Direct Query Dataset?
@timewithsopy
@timewithsopy Жыл бұрын
Hi Patrick. I have a quick on RLS. I have set up RLS within my PBI desktop and everything seems to work when check the "View As" or "Manage Roles" and I have this dataset published to PBI Service. I intend to have people connect to the published dataset from EXCEL but they are only to see the data that is designed or set up in the RLS. Is that possible? Do you have a vid on such that I can wach?
@pratik2998
@pratik2998 Жыл бұрын
Idk how to get RLS done for DQ at source end if the source is some other DB like postgre or Maria
@animebuff
@animebuff Жыл бұрын
Hi patrick, Hi Adam, how am I able to publish a 1.2GB report file into my Power Bi service with PRO licencing when the maximum dataset limit is 1GB am I missing something?
@SumanSharma-fd5mg
@SumanSharma-fd5mg Жыл бұрын
Hi Anime, Please add date parameter to your report and try to get the data less than 1 GB. Publish it into power BI service and change the date parameter again.
@animebuff
@animebuff Жыл бұрын
@@SumanSharma-fd5mg Hi Suman, thanks but my question is why I'm not getting an error message that I have exceeded 1GB data size limit? If the pbix file is above 1GB it should not be able to publish in service with pro licensing right? Since the maximum dataset limit for PRO is 1GB So why am I not getting that error? Am I missing something? I was even able to publish report with 1.3GB into service
@strafanich
@strafanich Жыл бұрын
I am trying sort of the other way around, I have one source + dataset with NO RLS set up, but I want to build one report based on that WITH RLS, I have been trying to create a composite model with direct query to the original dataset and import only the dimensional table that I want to use for rls. I think that the "weak" relationship between the imported dimensional table and the dq fact table is somehow not working, the filter does not propagate, perhaps worth investigating for another video? :)
@maranp6618
@maranp6618 Жыл бұрын
I have a dataset where incremental refresh was setup and running for quite long time.All of a sudden i have included a relationship with a new calculated column (created using tabular editor). Is there any way to refresh the dataset even with partition(process full)??? Im getting failure even with one day partition(process full), as it needs to recalculate the new column and relation..Can this issue be fixed any chance???
@ericet19
@ericet19 Жыл бұрын
Do any of you know, where I can buy a t-shirt like Patrick is wearing ?
@bhuvaneshkj9795
@bhuvaneshkj9795 Жыл бұрын
Hi, I have a requirement where I need to manage a lot of users in different roles in RLS. At this point I manually update them in Security -> Manage Roles. Is there a way instead of manually maintaining the users for the roles in RLS? One other way is creating Distribution lists but in my requirement, creating a Distribution list is not an option. Please let me know in case there is any cool solution for this.
@randomename1231
@randomename1231 Жыл бұрын
This is probably to unclear to get an proper answer. Dobyou know that you can create dynamic roles in Power BI with DAX Code?
@randomename1231
@randomename1231 Жыл бұрын
In the Menu where you create the Filter for the roles. You can use dax Formular Username() . So you can Work with an Filter Expression Like mytable[columnwithuserid] = Username(). There ist another function Like userprincipalname(),which could Work AS Well.
@bhuvaneshkj9795
@bhuvaneshkj9795 Жыл бұрын
Dynamic roles can be created only if we have hierarchy right? My usecase doesn't have hierarchy. The users for Roles are Random and Manually provided in a CSV file.
@randomename1231
@randomename1231 Жыл бұрын
I dont See a Need forba hierachy I guess the Data in the CSV File is Like User;Group User1;GroupA User2,;GroupB You Just Need to ready in that Data and Connect IT with the Rest of the model
@nikakalichava8012
@nikakalichava8012 Жыл бұрын
@@bhuvaneshkj9795 make a column in a FACT table with user email addresses, make a measure if contains ( column) USERPRINCIPAL() than 1. Put this measure as a filter and filter it as = 1. thus users will see only rows with their emails.
@HunterKiller1991
@HunterKiller1991 Жыл бұрын
hi, is office is dead after chatgpt?
How do you use RLS with Power BI Embedded???
9:50
Guy in a Cube
Рет қаралды 63 М.
STOP Using Measures in Power BI Until You See This!
11:52
Guy in a Cube
Рет қаралды 16 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Основы работы в Microsoft Power BI
31:43
Nikolay Pavlov
Рет қаралды 192 М.
All this Microsoft Fabric... What about Power BI?
6:34
Guy in a Cube
Рет қаралды 10 М.
HOT TAKE on the New Power BI List Slicer
15:31
How to Power BI
Рет қаралды 52 М.
Dynamic Row Level Security in Power BI
12:47
RADACAD
Рет қаралды 95 М.