Forum Discussion
Inline Drillthrough??
- 5 years ago
Hi lrarbin ,
Try to disabled option "Stepped layout" in Row headers.
Then create measure:
No of Items = IF( ISFILTERED('Table'[Material]), SUM('Table'[Cost]), COUNT('Table'[Cost]) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 5 years ago
Thanks, I think this was the best solution, mainly removing the stepped layout.
lrarbin , We have a drill down expand icon. not sure if that suite what you need.
refer if this can help https://docs.microsoft.com/en-us/power-bi/consumer/end-user-drill#two-ways-to-access-the-drill-features
- lrarbin5 years agoFrequent Visitor
amitchandak , thanks for reply. Yes, I know that drilldown / drillthough is available. But I'm looking to make the data available 'inline' in a table or matrix. KInd of like how grouping works but with different field data within the 'group.
Laurence
- v-kkf-msft5 years ago
Community Support
Hi lrarbin ,
Try to disabled option "Stepped layout" in Row headers.
Then create measure:
No of Items = IF( ISFILTERED('Table'[Material]), SUM('Table'[Cost]), COUNT('Table'[Cost]) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- lrarbin5 years agoFrequent Visitor
Thanks, I think this was the best solution, mainly removing the stepped layout.