Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.