Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
Solved! Go to Solution.
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
Hi @Anonymous,
Did it help? Can you mark it as an answer?
Best Regards,
Dale
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.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
75 | |
68 | |
41 | |
35 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |