Forum Discussion
Detailed Data
Hi Lin,
I have placed a sample pbix here.
If you open the PBIX, and when drill through for Sub Category 2 , it will show the data for Sub Category 1.
The point here is, I am trying to drill through (for DataSet 2) to another table (DataSet) where the details arae stored.
Please provide a cool solution for this so that I can drill through to another table.
In the original file, I have multiple datsets and I am trying to drill through to only one table where detailed are stored.
hi Anonymous
First, when you drillthrough from page 1 to page 2. all the row context will be passed to page 2.
for example:
so it could not happen that it will show the data for Sub Category 1.
and you should use a table visual for each table DataSet, since in your case, you are using IF/SWITCH funtion to judge what measure(table DataSet ) to use in current row context, but 'drillthrough' couldn't judge this.
I would add a title for each table visual as a tag for them like below:
here is sample pbix, please try it.
Regards,
Lin