Forum Discussion
wcarter
9 months agoAdvocate II
Single-click drill through?
Looking for help with this, maybe if anyone has an idea if it's on the roadmap, etc. When it comes to education and the data visualization space, every product targeting that market has the abili...
- 9 months ago
Per testing, it is possible via conditional formatting. The measure should contain the page name.
drillthrough page = IF(HASONEVALUE(Dates[Month and Year]), "moyr", "details")
danextian
9 months agoSuper User
Hi wcarter
This isn't currently possible with just a click. Drillthough option can be accessed from the following:
-right clicking a visual a datapoint
-via auto-generated tooltip
-or by using a drillthrough button which can only be activated if a datapoint in a visual is clicked.
wcarter
9 months agoAdvocate II
Can one button be linked to multiple drill through pages, changing the destination based on which value was selected in the visual?
- danextian9 months agoSuper User
Per testing, it is possible via conditional formatting. The measure should contain the page name.
drillthrough page = IF(HASONEVALUE(Dates[Month and Year]), "moyr", "details")- lnguyen20259 months agoFrequent Visitor
Hi,
Could you please provide more detail as of how to implement it using the measure. Thank you so much.