Say I have a column "Masked PhoneNo" that shows ***7890. Is it possible to hover over this text (usually a column in a table) and display the full PhoneNo (123-456-7890) which is a different column in my dataset?
yes you can put the unmasked field in the tooltip on your card and then set the hover text to reference the tooltip field you used
@GrantSmith Is there a way to do this in a table though? I don't see any tooltip or hover options for a table card.