Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi, In a table, is there a way to determine the field name of the data that user is clicking on?
If you want to determine the value a user is clicking on, create a DAX measure like this:
This will return the value the user has selected in the table for that column.
If you are working with multiple columns and want to dynamically capture the clicked column, use Field Parameters.
If your goal is to perform an action based on what the user clicks on in the table:
To show additional context when the user hovers over a value, you can use a tooltip page. This will show the data the user is interacting with in a more detailed visual or table. However, it does not allow direct interaction with the field name itself.
Hi @StevenT ,
Are you talking about renaming fields? Below is the first way:
The second way is to go into the Power Query editor and modify the column name and apply it to Power BI Desktop.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @StevenT
your question is not that much clear for me. can you please share more details of what you expect.
you might need to use "selectedvalue" but not sure about your expectation.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.