Forum Discussion
viera00
10 years agoHelper II
Simple Question About Drills and Visuals
Hello Everyone, I've a simple question about the drill down functionlaity. I've built a report using a column chart using diferent dimensions to drill down. The visualization works great, but...
- 10 years ago
No solution but a workaround to use the tooltips. Eg create a measure as below ,put the measure in tooltips and drill down. You could apply this to your Dims accordingly.
year ind = year(LASTDATE(Table3[Date]))
Actually your requirement sounds reasonable, you can submit this idea and I will surely vote it up.
Eric_Zhang
10 years agoMicrosoft Employee
No solution but a workaround to use the tooltips. Eg create a measure as below ,put the measure in tooltips and drill down. You could apply this to your Dims accordingly.
year ind = year(LASTDATE(Table3[Date]))
Actually your requirement sounds reasonable, you can submit this idea and I will surely vote it up.