{"id":107,"date":"2026-02-26T08:05:43","date_gmt":"2026-02-26T08:05:43","guid":{"rendered":"https:\/\/gigz.pk\/powerbi\/?post_type=lesson&#038;p=107"},"modified":"2026-03-17T07:14:15","modified_gmt":"2026-03-17T07:14:15","slug":"tooltips","status":"publish","type":"lesson","link":"https:\/\/gigz.pk\/powerbi\/lesson\/tooltips\/","title":{"rendered":"Tooltips"},"content":{"rendered":"\n<p><strong>Tooltips<\/strong> in Power BI are small pop-up boxes that appear when a user hovers over a data point in a visual. They provide <strong>additional context, insights, or detailed information<\/strong> without cluttering the main report.<\/p>\n\n\n\n<p>Tooltips are highly useful for giving users more information while keeping visuals clean and focused.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Types of Tooltips<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Default Tooltips<\/strong> \u2013 Automatically show basic information like the value, category, or data point.<\/li>\n\n\n\n<li><strong>Custom Tooltips<\/strong> \u2013 Allow you to create a dedicated report page to show rich, contextual information.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Creating Custom Tooltips<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Create a Tooltip Page<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Add a new page in Power BI.<\/li>\n\n\n\n<li>Go to <strong>Page Information<\/strong> \u2192 Turn on <strong>Tooltip<\/strong>.<\/li>\n\n\n\n<li>Set <strong>Page Size<\/strong> \u2192 Type: <strong>Tooltip<\/strong> (smaller canvas for pop-ups).<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Design the Tooltip<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Add visuals such as charts, cards, or tables to show detailed information.<\/li>\n\n\n\n<li>Include measures or KPIs that provide context for the hovered data point.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Assign Tooltip to Visuals<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select the visual where you want the tooltip.<\/li>\n\n\n\n<li>Go to <strong>Format \u2192 Tooltip \u2192 Type<\/strong> \u2192 <strong>Report page<\/strong>.<\/li>\n\n\n\n<li>Select the tooltip page you created.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Test the Tooltip<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hover over a data point in the visual.<\/li>\n\n\n\n<li>The custom tooltip pops up showing all the detailed insights you designed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Example<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Main Visual: Total Sales by Product<\/li>\n\n\n\n<li>Tooltip Page: Sales by Region, Profit Margin, and Units Sold for the hovered product<\/li>\n<\/ul>\n\n\n\n<p>Hovering over \u201cProduct A\u201d in the main chart displays a pop-up with all relevant details for that product.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Dynamic Tooltips Using DAX<\/h2>\n\n\n\n<p>You can make tooltips dynamic using DAX measures.<\/p>\n\n\n\n<p><strong>Example \u2013 Dynamic Tooltip Text<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Tooltip Text =<br>\"Sales Amount: \" &amp; FORMAT(SUM(Sales[Amount]), \"$#,##0\") &amp;<br>UNICHAR(10) &amp;<br>\"Profit: \" &amp; FORMAT(SUM(Sales[Profit]), \"$#,##0\")<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>UNICHAR(10)<\/code> adds a line break.<\/li>\n\n\n\n<li>The tooltip shows formatted, dynamic values for each data point.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Keep tooltip pages <strong>small and concise<\/strong> for readability.<\/li>\n\n\n\n<li>Include only <strong>relevant details<\/strong> that enhance understanding.<\/li>\n\n\n\n<li>Use dynamic measures to make tooltips <strong>interactive and contextual<\/strong>.<\/li>\n\n\n\n<li>Avoid cluttering tooltips with too many visuals.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Tooltips in Power BI enhance <strong>interactivity and insights<\/strong> without overloading the main report page. Custom and dynamic tooltips allow users to explore detailed information on demand, improving clarity and the overall dashboard experience.<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1773731801951\"><strong class=\"schema-faq-question\"><\/strong> <p class=\"schema-faq-answer\"><\/p> <\/div> <\/div>\n\n\n<div class=\"yoast-breadcrumbs\"><span><span><a href=\"https:\/\/gigz.pk\/powerbi\/\">Home<\/a><\/span> \u00bb <span class=\"breadcrumb_last\" aria-current=\"page\">Power BI Advanced Reporting > Advanced Visual Design > Tooltips<\/span><\/span><\/div>","protected":false},"menu_order":44,"template":"","class_list":["post-107","lesson","type-lesson","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tooltips - Power BI Learning Hub<\/title>\n<meta name=\"description\" content=\"Create custom tooltips in Power BI with DAX. Learn to design dynamic hover pop-ups for richer, cleaner dashboards.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gigz.pk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tooltips - Power BI Learning Hub\" \/>\n<meta property=\"og:description\" content=\"Create custom tooltips in Power BI with DAX. Learn to design dynamic hover pop-ups for richer, cleaner dashboards.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gigz.pk\/\" \/>\n<meta property=\"og:site_name\" content=\"Power BI Learning Hub\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T07:14:15+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/gigz.pk\\\/powerbi\\\/lesson\\\/tooltips\\\/\",\"url\":\"https:\\\/\\\/gigz.pk\\\/\",\"name\":\"Tooltips - Power BI Learning Hub\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gigz.pk\\\/powerbi\\\/#website\"},\"datePublished\":\"2026-02-26T08:05:43+00:00\",\"dateModified\":\"2026-03-17T07:14:15+00:00\",\"description\":\"Create custom tooltips in Power BI with DAX. Learn to design dynamic hover pop-ups for richer, cleaner dashboards.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gigz.pk\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gigz.pk\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gigz.pk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gigz.pk\\\/powerbi\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Power BI Advanced Reporting > Advanced Visual Design > Tooltips\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gigz.pk\\\/powerbi\\\/#website\",\"url\":\"https:\\\/\\\/gigz.pk\\\/powerbi\\\/\",\"name\":\"Power BI Learning Hub\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gigz.pk\\\/powerbi\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tooltips - Power BI Learning Hub","description":"Create custom tooltips in Power BI with DAX. Learn to design dynamic hover pop-ups for richer, cleaner dashboards.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gigz.pk\/","og_locale":"en_US","og_type":"article","og_title":"Tooltips - Power BI Learning Hub","og_description":"Create custom tooltips in Power BI with DAX. Learn to design dynamic hover pop-ups for richer, cleaner dashboards.","og_url":"https:\/\/gigz.pk\/","og_site_name":"Power BI Learning Hub","article_modified_time":"2026-03-17T07:14:15+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","FAQPage"],"@id":"https:\/\/gigz.pk\/powerbi\/lesson\/tooltips\/","url":"https:\/\/gigz.pk\/","name":"Tooltips - Power BI Learning Hub","isPartOf":{"@id":"https:\/\/gigz.pk\/powerbi\/#website"},"datePublished":"2026-02-26T08:05:43+00:00","dateModified":"2026-03-17T07:14:15+00:00","description":"Create custom tooltips in Power BI with DAX. Learn to design dynamic hover pop-ups for richer, cleaner dashboards.","breadcrumb":{"@id":"https:\/\/gigz.pk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gigz.pk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gigz.pk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gigz.pk\/powerbi\/"},{"@type":"ListItem","position":2,"name":"Power BI Advanced Reporting > Advanced Visual Design > Tooltips"}]},{"@type":"WebSite","@id":"https:\/\/gigz.pk\/powerbi\/#website","url":"https:\/\/gigz.pk\/powerbi\/","name":"Power BI Learning Hub","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gigz.pk\/powerbi\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/gigz.pk\/powerbi\/wp-json\/wp\/v2\/lesson\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gigz.pk\/powerbi\/wp-json\/wp\/v2\/lesson"}],"about":[{"href":"https:\/\/gigz.pk\/powerbi\/wp-json\/wp\/v2\/types\/lesson"}],"wp:attachment":[{"href":"https:\/\/gigz.pk\/powerbi\/wp-json\/wp\/v2\/media?parent=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}