Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello ,
I would like to display matrix on power bi with parent and children.
But when I filter on ParentPath the display is only the children :
However when I add ParentPath on matrix the result is wrong :
But I would like this display :
We can see parentPath ( .HRS.HRS02.Q) on the same table of children (.HRS.HRS02.Q.CEXP / .HRS.HRS02.Q.HorsCEXP)
Solved! Go to Solution.
Hi, @dfs29
You can try the following methods.
Table:
Slicer = VALUES('Table'[Activite])
Measure:
Measure = FIND(SELECTEDVALUE(Slicer[Activite]),MAX('Table'[Activite]),1,0)
Result:
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @dfs29
You can try the following methods.
Table:
Slicer = VALUES('Table'[Activite])
Measure:
Measure = FIND(SELECTEDVALUE(Slicer[Activite]),MAX('Table'[Activite]),1,0)
Result:
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
102 | |
68 | |
66 | |
51 | |
41 |
User | Count |
---|---|
164 | |
84 | |
68 | |
66 | |
61 |