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
Anonymous
Not applicable

How to create a DAX formula in managing roles?

Like in our case, we create roles through ID like :

 

person name to tables ( report file ) then DAX expression goes like this 

 

Vice President with table filter DAX Expression of [Sales Rep ID] = "0007322" || [Manager ID] = "0007322"

 

So my question is how am I gonna create a DAX formula if I want to see all persons under the VP Manager?

 

VP Manager 001 (highest rank)

Regional Manager 002 under with VP

District manager 003 under with Regional Manager

Account managers 004 under with District Manager

 

Please advise. Thanks

 

 

 

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

That would depend on your data structure. 

If you have an index column, the DAX formula could be [Index] < (the index of VP).

If the number of values is limited, maybe you can try it like this.

[Manager ID] in {"Value1", "Value2", "Value3"}

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Did it help? Can you mark it as an answer?

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hello,

 

My apology. I wasn't able to get back to you. Yeah, it helps a lot. The first suggestion works.

 

Thanks for the help.

v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

That would depend on your data structure. 

If you have an index column, the DAX formula could be [Index] < (the index of VP).

If the number of values is limited, maybe you can try it like this.

[Manager ID] in {"Value1", "Value2", "Value3"}

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.