The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Power BI Pros,
I have a graph that shows about 40 points/staff members in a scatter graph. I would like to create a visualiation whereby if one of the 40 users logs into my dashboard, only his/her label is shown whereas the other 39 staff are unlabelled.
I would appreciate if you could point me into the right direction as to how i can set this up. Currently the Power BI dashboard is supported by a SSAS tabular model with RLS enabled. I suspect it would have to be RLS but not sure the exact steps on how this can be done.
Thanks
Oneircier
Hi Oneiricer,
This can be achieved by RLS implementing in SSAS with Power BI.
In SSAS, you have implemented RLS in the security tab. Go to RLS and edit the DAX Expressions that you have defined before. You may have different DAX Expressions to get the data filtered for the user like Department wise, Team wise, Reporting wise, etc..
If it so, add one more condition to the existing DAX,
&& Username = username(). This will restrict to that particular user and loads data for that particular user alone.
Hope this provides you the solution for your requirement.
Regards,
Pradeep
Hi Pradeep
Thanks for your response.
I am aware of this. However using the DAX you've supplied removes everyone else's records.
i only want to LABEL the relevant user into the graph, with all the other users with no label.
Regards
Oneiricer
User | Count |
---|---|
69 | |
68 | |
66 | |
55 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |