tooltips
3 TopicsTooltips 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 )898Views0likes2CommentsTurn 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.803Views0likes1Comment