Forum Discussion
Discouraged Implicit Measures - missing Show Data Point as Table
- 1 year ago
Hello,
You should always use explicit measures instead of implicit ones ( reusability, consistency, documentation).
Implicit measures are fine for quick ad-hoc prototyping or personal exploration.
To answer your question, you can create a dedicated drillthrough page with a Table visual showing all the columns you care about. That gives you row-level visibility, even though you’re using an explicit DAX measure.
Best regards,
Alex
Hello,
You should always use explicit measures instead of implicit ones ( reusability, consistency, documentation).
Implicit measures are fine for quick ad-hoc prototyping or personal exploration.
To answer your question, you can create a dedicated drillthrough page with a Table visual showing all the columns you care about. That gives you row-level visibility, even though you’re using an explicit DAX measure.
Best regards,
Alex
- LED_General1 year agoAdvocate I
This is the way!
- DavidKovarik1 year agoNew Member
Thanks Alex for the quick response and additional recomendations about measures.
The main purpose why we are using "Show data point as table" in our company is exporting "raw" data into the Excel, but I can see this should be possible in Table visual as well :). Will go with this solution then.
Thanks again!