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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I need to Display RoleName in my Dashboard Report. Rolename i passed from MVC C# application. How i can do in Report?
How are you passing the role name?
If you are using a connection string with Roles= then there are no DAX functions to get information about security roles, but you could add the same information in a customdata= then use the CUSTOMDATA() function in a DAX measure to display that information from the connection string.
If you are doing something else then you'll need to describe your setup in more detail so we can suggest some option.