Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am working on a report that I want to add comments to.
I'd love to be able to add them in a seperate column in a table. Or as a tooltip. I don't want to just comment in the app version because then when I update it, the comments disappear.
I want to add a column to my table, and be able to physically (in the table format) write in different comments for each line.
for example:
name date comment
ABC Comp 1/1/2001 this practice is super old
123 Comp 2/4/5021 this practice logically can't exist
let me know if this makes sense. Thanks in advance. i just don't know how to do this, or if it's even possible.
Solved! Go to Solution.
Add your text here, and then merge the two tables.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
Insert a New Column:
Write Comments Directly:
If your reporting tool supports tooltips, you can add comments as tooltips for individual cells.
Enable Tooltip Support:
Add Tooltips:
View Tooltips:
If the table has too many rows or needs to stay uncluttered, maintain a separate sheet for comments.
If you're using a reporting tool like Power BI or Tableau:
Hi @Anonymous , where are you getting your data? You could add it to the original data as a field. Or you could put the comments in a table using enter data that you create, and then in powerquery merge the two tables.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
I am pulling in my data from postgres SQL - Is there not a way to add just plain non-coded text to a column?
Add your text here, and then merge the two tables.
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!