Is there a way to format tooltips as well? To display values in tool tip such as thousands, or millions or billions
6 Comments
- fbcideas_migusrNew MemberSurprised there are not more votes on this. I agree. I also found that tooltips don't always show up in the order shown in the designer/setup/field area.
- jasper_vanpanhuNew Memberyes please
- pratik_shuklaNew MemberPlease give some solution for this problem on tooltip.
- Brian_S_HuntNew Member
You can create a tooltip as a measure and format whatever metric you include:
FORMAT( 0.742, "Percent")
FORMAT( 1234.567, "$#,0.00)
FORMAT( 1234.567, """US$"" #,0.00"
FORMAT( DATE (2019,3,28), "yyy-mm-dd")
FORMAT( DATE (2019,3,28), "m/d/yy")
These are from dax.guide/format website.
- lmccreadyNew Member
For visuals that show %s in tooltips such as 100% stacked charts and pie charts etc, I would like to be able to change the decimal places for the % shown. As far as I can tell there is no way to do this and you can't create a measure for this as PBI does this calculation automatically.
- fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
About "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf7 hours agoFrequent VisitorNew48Views3likes2CommentsEventstream MQTT broker source: V3.1.1 support
The Eventstream MQTT broker source supports connections with public MQTT brokers that offer MQTT V5 support. Please offer support for V3.1.1 too, because this is still a valid and widely used ver...svelde8 hours agoSuper UserCompleted1.4KViews6likes4CommentsGet data from Apache Kafka topics via private networking
Current prerequisites limit to public Kafka instances which is not feasible for most enterprise customers. When will this limitation be lifted so that it can be used in private network setups, for ...Jugi8 hours agoMicrosoft EmployeePlanned3.5KViews2likes3CommentsSet default x axis scrolling position
Enable selection of the default scroll position for the x-axis on a chart. For example, on a line chart with dates as the x-axis, when not all of the data can display in the view at once, the scroll...Lisa_Krieg16 hours agoNew MemberNeeds Votes7.8KViews1154likes104Comments