Hello!
I have an issue when trying to click on the data in the drill path to access to the source dataset table view. The main card is created as a map and when click on the country on the map it will drill down to the table card as below

The number of jobs column is a calculated column based origin agent name column and count the number of the value in this column to be the job count.
We would like that when we click on Number of Jobs values in the drill path table card it can navigate the source dataset table view filtering on Origin Agent Name and Region dimension. But when we try to click on number e.g. 348 it will return the error that no results can be found from your query and ask us to change the filter.
I appreciate this may be because when clicking on the number it will filter on the original column not the calculated column we set up to find the value 348 in name column so nothing can be found. But we really think it'll be more convenient just like the main card when we click on some values it can directly go to the dataset and display the data within the set up filters. Is anyone having the same issue or a better solution for this? Thank you