Forum Discussion
leaf Level View
- 4 years ago
Hi, Anil2264
According to your description, I have a simple method. You need to ceate a index column in power query, then create a measure and put it in visual filter pane to filter row.
Like this:
Measure = VAR flag = MAXX ( FILTER ( ALL ( 'Table' ), [FG] = SELECTEDVALUE ( 'Table'[FG] ) ), [Index] ) RETURN IF ( SELECTEDVALUE ( 'Table'[Index] ) = flag, 1, 0 )Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.Best Regards,
Community Support Team _Janey
Hi Anonymous
The current table view is showing after using parent-child heirarchy . I need only leaf level to be populat in report as per output view given.
Hi, Anil2264
According to your description, I have a simple method. You need to ceate a index column in power query, then create a measure and put it in visual filter pane to filter row.
Like this:
Measure =
VAR flag =
MAXX (
FILTER ( ALL ( 'Table' ), [FG] = SELECTEDVALUE ( 'Table'[FG] ) ),
[Index]
)
RETURN
IF ( SELECTEDVALUE ( 'Table'[Index] ) = flag, 1, 0 )
Did I answer your question? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _Janey