Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
72 | |
37 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |