User Profile
novelnova
Regular Visitor
Joined 2 years ago
User Widgets
Contributions
Custom visual report page tooltip
I have created a simple custom visual for use as a footer which just displays when data has been updated . like "Data refresh: 12/12/2024" and a Coloured circle with Red Amber Green to show how long ago it was updated. It works fine. I want to add a Tooltip which will just be a report page tooltip. i have it showing in the formatting option. But I am struggling to understand how to get the add tooltip function to work as it doesn't use data points or D3 library I have been following https://learn.microsoft.com/en-us/power-bi/developer/visuals/utils-tooltip#itooltipservicewrapperaddtooltip I am not sure how I can define these values in addTooltip this.tooltipServiceWrapper.addTooltip(barSelectionMerged, (dataPoint: BarChartDataPoint) => this.getTooltipData(dataPoint), (dataPoint: BarChartDataPoint) => dataPoint.selectionId );385Views0likes1CommentPowerBI Desktop - JSON table styles no longer working
Where I work has just upgraded te powerBI from 2021 to Mar 2023. The JSON theme I put together can no longer be applied to 2023 becasue it defines seperate table and MAtrix styles for "Minimal", "Bold HEader"...etc so it used to be "pivotTable": { "*": { //Styles for default matrix in here }, "Minimal": { //Styles for Minimal style in here }, "BoldHeader": { //Styles for Bold Header style in here } } But if you apply that to May2023 you get an error saying the format is no longer valid as no additionProperties allowed. i.e you can have the items defined in teh "*" but nothing else can be defined at that level of the object. Strangely if I open the 2021 template with the Matrix JSON applied into May2023 version and save it I can still swap and see the differnet matrix styles. I've looked in teh schema and no joy. Does anyone know the new format for JSON to define Table and Matrix styles in 2023 versions.... Thank you539Views0likes2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.