Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
harshagraj
Post Partisan
Post Partisan

Display multiple values in card using RLS

 Hello all, I have created a RLS based on Function name.

And in the report i have added that function name as Card. So if person A has access for Function Quality then the card displays "Qulality" and it is working fine.
But when person B opens he has acess for Qulaity and Procurement. So i created below measure but it it giving me blank

Function Concat =
IF (
ISFILTERED ( 'USER_RATING'[FUNCTION_NAME] ),
CONCATENATEX (
ALLSELECTED ('USER_RATING'[FUNCTION_NAME] ),
'SA USER_RATING'[FUNCTION_NAME],
","
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@harshagraj , is 'USER_RATING'[FUNCTION_NAME] is column of the calculated column if calculated share calculation

 

also, try like

 

CONCATENATEX (
ALLSELECTED ('SA USER_RATING' ),
'SA USER_RATING'[FUNCTION_NAME],
","
)

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@harshagraj , is 'USER_RATING'[FUNCTION_NAME] is column of the calculated column if calculated share calculation

 

also, try like

 

CONCATENATEX (
ALLSELECTED ('SA USER_RATING' ),
'SA USER_RATING'[FUNCTION_NAME],
","
)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.