custom tooltip
4 TopicsError con tooltips personalizados en power bi service
I'm reaching out for help to report an issue I've been experiencing for quite some time. When I configure a visual with a custom tooltip and publish it to the Power BI service, when I hover the cursor over the polygons (in an Icon Map), the tooltip appears and disappears instantly. This problem persists even when drilling down into a specific polygon. I should also mention that this issue occurs both in the Power BI service itself and when exporting the report to a public web link. Below is a 20-second GIF illustrating the problem. Note: It works perfectly in Power BI Desktop; the problem only occurs on the web. I hope you can help me with this.Solved1.3KViews0likes5CommentsHow 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?Solved1KViews0likes1CommentHelp!! Multiple Tooltips are not working properly!
Hi everyone, I'm newish to BI and am trying to assign a tool tip to only 2 columns in a Matrix, what I would like is to have one tooltip when hovering over a cell in the "Criteria" column, no tooltip on "Units", "ActVal", "ForVal" and then a different tooltip assigned to "Forecast Accuracy" I've managed to get 2 different tooltips applied but when I set one up for the Criteria column, it doesn't work. That tooltip works when I hover over the next 3 columns and then the 2nd tooltip populates on the last column correctly. Is it possible to assign a tooltip to the "Row" data in the Matrix, or even to have columns within the matrix that don't have a tooltip? Sample BI ProjectRunning Total not working correctly on Custom Tooltip
Hi All, I have a Running Total measure _ActualCost Test RT that works correctly on a Column chart and a table visual, but when placed onto a custom tooltip to show the data for the column chart visual it seems to only provide the month value. So for the month of September FY 2023 the _ActualCost Test RT should be displaying $7,837,046 but the tooltop is showing $2,291,617. Note: The reason I need a custom tooltip is because I need to use a clustered column chart. _ActualCost = CALCULATE( SUM(ZISU_RPT_DCSTRV[AMOUNT]), FILTER('GL ACCOUNT HIERARCHY', 'GL ACCOUNT HIERARCHY'[Revenue]=BLANK() && LEFT('GL ACCOUNT HIERARCHY'[G/L Account Name],3) <> "ASS" && 'GL ACCOUNT HIERARCHY'[G/L Account Grouping] <> "Settlements")) _ActualCost Test RT = CALCULATE( [_ActualCost], FILTER( CALCULATETABLE( SUMMARIZE('DimDate', 'DimDate'[Fiscal Year], 'DimDate'[FY Fiscal Year], 'DimDate'[Fiscal Period], 'DimDate'[MonthNameLong]), ALLSELECTED('DimDate') ), ISONORAFTER( 'DimDate'[Fiscal Year], MAX('DimDate'[Fiscal Year]), DESC, 'DimDate'[FY Fiscal Year], MAX('DimDate'[FY Fiscal Year]), DESC, 'DimDate'[Fiscal Period], MAX('DimDate'[Fiscal Period]), DESC, 'DimDate'[MonthNameLong], MAX('DimDate'[MonthNameLong]), DESC ) ) )558Views0likes1Comment