yousoph opened a new issue, #33771: URL: https://github.com/apache/superset/issues/33771
### Bug description ## Description If you create a chart (e.g. Table Chart) with a custom SQL query that has an `<a>`, the resulting chart can be created and nested in a dashboard and you won’t be able to use the Drill by feature with it because nothing appears. ## How to reproduce the bug 1. Create a Table chart 2. Use as dimension a column that has a `<a>` tag applied in the Custom SQL section. It could be something like this `'<a href="https://www.google.com/search?q=' || Product_Category || '">' || Product_Category || '</a>'` 3. Save the chart in a dashboard and then use the Drill by feature in that column  ## Expected results The prompted window after using Drill by shows you the details of the category ## Actual results The prompted window after using Drill by doesn’t show anything  ## Known Workarounds No workarounds are currently known ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org