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
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")lnguyen2025
8 months agoFrequent Visitor
Hi,
Could you please provide more detail as of how to implement it using the measure. Thank you so much.