tooltips
12 TopicsPages page - turn off the "Navigate to page ..." tooltip.
Is there a way to just turn off the "Navigate to page ..." tooltip when on the Power BI Server looking at a report in the Pages pane? I could not find anything specific in the report, and I don't want to turn off all the Tooltips in the report, just on the Pages pane when you highlight over the different Pages. Thanks.Solved4.4KViews1like2CommentsPopulate a Tooltip from a Data Dictionary
I'm on a mission to standardize the definitions for various metrics/variables in my company's PowerBI reports, and would like to have the tooltip include a definition populated from a separate source (right now we're talking about having it be a sharepoint list, but that shouldn't be a sticking point). That way, no matter who is creating the report, we'd have a standard definition ready for the tooltip. The only way I've found to do this is to create a tooltip page for each metric, which seems a little cumbersome to me. Is there a better way? I've investigated possibly using python for this (looks like I should be able to get the gettooltip method described here to work), but also I'm very much a beginner at python, so I don't want to spend too much time on it if there's another solution.SolvedHow to Display Specific Fields in Power BI Scatter Plot Tooltips
I added a scatter plot to the canvas. I would like to be able to choose which fields appear in the window that emerges from the bubbles in my chart. It always defaults to the x-axis, y-axis and legend in the window. But I only want other fields to appear and not the ones that are already configured by default in power BI. In addition, I would like to be able to include the data of a field inside the bubbles. How can I do this?Solved1KViews0likes1CommentTooltips
Hi Team, I had a question, I have column named as 'Region' in my powerBI data which consists of fields like AP, EU, LA, and NA(north America), column named division number which consists of fields lets assume X, Y, Z, B, etc. Now I have columns given below which corrsponds with individual region or division number. My Question is just like we can see in figure three tooltip shows min/max and avg closed/elapsed time for cases in the region/ division number similarly I want tooltips to depict most frequent values division number or regionwise for PrimarycaseOutcome_new and ActionTaken_new. Just like figure 3 If I hover the cursor on suppose NA then i want to see most frequent PrimarycaseOutcome_new and ActionTaken_new field in there which could be substantiated/unsubstatiated in case of PrimarycaseOutcome_new and termination, training, no action taken etc. in case of ActionTaken_new. I want to see which field is most frequent by diagram 1 regionwise then diagram 2 division number wise in the tooltips pop up box when cursor is placed on the specific bar of the chart. thanks RB2.7KViews0likes0CommentsTooltips is only showing the first value , need to show respective value of a record in tooltip
Hi All, I wanted to show the respective record values in the tooltip, but I could see only the first value if I use that column in the tooltip, I have tried using the report page tooltip but I am seeing all the records with respect to that record, below is the screenshot attached 1. In the below image shows the first value of a record( Marketing) wherein it should show sales 2. while using the report page tooltip I could see all the records associated with that Any help will be greatly appreciated. Thanks & Regards, SuganthySolved6.4KViews0likes8CommentsFilter inheritage for tooltip
Hello guys, it's me one more time. Today i got a problem and i'd like to ask you for help. Happens that i've made a table with the status of stages in my project [1 to 5] and made another column to count how much projects are in this status within that stage. This value is calculated by a measure that filters the status and the stage. I've made a tooltip with my projects name in a way that i could hover my mouse above the status number and have the name of that project with that status in that stage. In this case i have 1 delayed project [red light] in the stage Buying. So the tooltip is made but when i hover my mouse it gives me the list of all projects within that status number in all stages, there's some kind of way to maintain my stage filter in the tooltip. PS: The only way i filter the stage is by the measure below. 1 Cont Buying = VAR _A = CALCULATE( COUNTROWS( 'Table1' ), FILTER( 'Table 1', YEAR('Table1'[Date Conc]) <= 2022 && 'Table'[Stage] = "Buying" ) ) RETURN IF( ISBLANK( _A ), 0, _A )895Views0likes2Commentshow to use drill down data role column in another data role column field to pass the data no expand!
Hi Team, Currently, I'm developing one of the custom visual bar chart, which is using with drill down feature named Parent Data role, passing - parent level hierarchical columns. The drill down setup successfully and, it's functionality is working fine. Now, I am creating another data role called Tooltip (Sample) using few or all table data column passing on it. If I use the hierarchical data column on tooltip, its automatically goes to "Expand to next level" that is full parent data role columns shows. So I couldn't use on either on drill down or tooltip not working right. I want to made on both Drill down and tooltip to be work. I checked in one of the visual tool in powerbi ( Treemap ). The two data roles ( Group & Tooltip ) mapped separately and working excellent. So I’m try to build like this, So want necessary thing to add, kindly tell me want to do ! Thanks, Ammy Vijay434Views0likes0CommentsTurn on and off Tooltip based on certain criteria
I am displaying tooltip based on certain criteria in a matrix. If a person hovers the mouse on a particular code then some detail is displayed. Not all codes have details. I want to make the tooltip visible only to the codes where there are some details exists. Example: Code 2546 has some detail "Details about 2546" so when a person hovers the mouse on that record, a tooltip is displayed Code 2547 has no detail. The mouse hover shows nothing. Any solution or any alternate solution.797Views0likes1CommentPower BI Report Server tooltips not working in Chrome after August 2018 upgrade
After we upgraded our Power BI Report Server to the August 2018 update, standard tooltips no longer display when using the Chrome browser. I've tried clearing the Chrome data (cookies, cache, etc) but still no tooltips. Is there a workaround or patch available?Solved4.6KViews0likes3Comments