Forum Discussion
wcarter
Advocate II
10 months agoSingle-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...
- 10 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")
wcarter
Advocate II
10 months agoCan one button be linked to multiple drill through pages, changing the destination based on which value was selected in the visual?
danextian
Super User
10 months agoPer 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.