Forum Discussion

rob_vander2's avatar
rob_vander2
Helper II
1 year ago
Solved

Hide Field parameter dimension using User role

Hi All,

 

I have user table as below

UserGroup
[email protected]A
[email protected]B

 

Then I have created field parameter as below. 

 

Dimension = {
    ("Country", NAMEOF('Orders'[Country]), 0,"A"),
    ("State", NAMEOF('Orders'[State]), 1, "B")
}
 
I have created a table with Dimension parameter and sales measure.
What I want is if user with Group "A" logs in he should see Country in report and user with Group "B" should see State in report.  I want this to be dynamic.

5 Replies