Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
We have a hierarchy CEO - SVP - VP - DIR - MGR (Need Metrics visual to show the sales)
1. when DIR log in to th report he need to see his and his down level employee data
DIR
Mgr
2. when SVP log in to th report he need to see his and his down level employee data
SVP
VP
DIR
MGR
we need ro use the mectrics visual to show the numbers, please help me with the data modelling, like how to frame the data
Solved! Go to Solution.
Hi @ANILKORLIMARLA ,
Please try below steps:
1. below is the test table
Table:
Table(2):
Model:
2. add a new column in Table with below dax formula
Path = PATH('Table'[Name],'Table'[Manager])
3. create a new role with below dax formula
a =
PATHCONTAINS (
'Table'[Path],
CALCULATE (
MAX ( 'Table'[Name]),filter(all('Table'),[Email] = USERPRINCIPALNAME () )
)
)
4. add a table visual with Table(2) fields
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ANILKORLIMARLA ,
Please try below steps:
1. below is the test table
Table:
Table(2):
Model:
2. add a new column in Table with below dax formula
Path = PATH('Table'[Name],'Table'[Manager])
3. create a new role with below dax formula
a =
PATHCONTAINS (
'Table'[Path],
CALCULATE (
MAX ( 'Table'[Name]),filter(all('Table'),[Email] = USERPRINCIPALNAME () )
)
)
4. add a table visual with Table(2) fields
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ANILKORLIMARLA
Please refer to the linked tutorials:
https://www.youtube.com/watch?v=Z0eeTTL7EhQ
https://www.youtube.com/watch?v=V7XWLqdvzYM
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
50 | |
45 | |
38 | |
38 |