Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
HI,
I would like to create a dashboard where I want to provide a text field for the user to enter his ID and password and then he can see the information related to his performance and also the performace of the members who work under him. Can you please help me how can I do that in Power BI desktop?
Solved! Go to Solution.
Please do the following for this to work
1. Create a data set which has the mapping between your user and the column on which the data is to be restricted
For Eg. I am having a category and each category will have users associated with it
So I will have a table that has that mapping as shown below
A | A@gmail.com |
B | B@microsoft.com |
C | C@yahoo.com |
D | D@xyz.com |
2. Now this new table with your existing data based on the column present, as just joining the queries might not work as expected
In my case, I will merge my data query and User mapping query based on Category
3. Now create a parameter that will get the User Email ID as the input. Filter the merged query on the Email Column with this parameter. Set the parameter as required.
Usermapping.UserEmail is the table that has the mapping between User and column to be restricted on
4. Now save this report as a template. i.e. a .pbit file
Now when you open the report template, it will prompt for a value for the parameter. This happens everytime your report template is opened
The User who opens the report will give his/her email Id and the data will get filtered only such that only those records having their email ID will get filtered.
Note: This will work only in Power BI Desktop and not in Power BI Service.
Regards,
Thejeswar
I think the following link speaks about your requirement.
Check it out please
Thanks for the reply. I am not using any database. I am importing data directly from excel files. Can you help me how can I go with it?
Please do the following for this to work
1. Create a data set which has the mapping between your user and the column on which the data is to be restricted
For Eg. I am having a category and each category will have users associated with it
So I will have a table that has that mapping as shown below
A | A@gmail.com |
B | B@microsoft.com |
C | C@yahoo.com |
D | D@xyz.com |
2. Now this new table with your existing data based on the column present, as just joining the queries might not work as expected
In my case, I will merge my data query and User mapping query based on Category
3. Now create a parameter that will get the User Email ID as the input. Filter the merged query on the Email Column with this parameter. Set the parameter as required.
Usermapping.UserEmail is the table that has the mapping between User and column to be restricted on
4. Now save this report as a template. i.e. a .pbit file
Now when you open the report template, it will prompt for a value for the parameter. This happens everytime your report template is opened
The User who opens the report will give his/her email Id and the data will get filtered only such that only those records having their email ID will get filtered.
Note: This will work only in Power BI Desktop and not in Power BI Service.
Regards,
Thejeswar
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
116 | |
104 | |
87 | |
35 | |
35 |
User | Count |
---|---|
152 | |
98 | |
81 | |
61 | |
55 |