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 agoCool, I guess it'll do until drill through links or cell-based conditional bookmarks become a thing.