Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Everyone,
I am new in powerbi and like to know how can I show tooltip specific to each row in table view/ matrix view in power bi as I am having requirement where need to show complete differently details under tooltip for each row, as all total we are having 100 rows in my table view.
I know in power bi, we have option to show custom tooltip but I tried to use that but can't have option to change the field details in tooltip for each row specific.
Please suggest if you have any recommendation/tips/suggestion how can I achieve this requirement for each rows specific tooltip.
I have attached the pbix file where I have custom tooltip in table view.
Thank you in advance & let me know if you have additional questions
Thanks amit for your reply and help. Could you please explain in more details by taking adummy dataset or if possible can you share with pbix file which is having tooltip in table view for first 2 or 3 rows as that will help to understand entire process. Thanks again in advance !!
@Vthree , Assume you are showing multiple KPI, then based on the row values you have which measure.
example
Switch(selectedvalue(Table[Customer Name]) ,
"Abc", [Measure 1],
"Abc Def ", [Measure 2],
"Abc IPA", [Measure 3],
//add others
[Measure 2]
)
if needed you can create a display name in another measure and use that in title, text box etc
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
79 | |
73 | |
57 | |
36 | |
31 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |