"power bi"
7 TopicsDynamic Filters and Dynamic Data Grouping
Hello team, Hope you are doing well. I have the data where we are getting our ping report for multiple locations and multiple destinations. In the data, I have Start Date and Time, End Date and Time, Location, Destination, Maximum Latency, and Packet Lost. Now, I have to create a visualization where I want to show the 75th and 95th Percentile of Maximum Latency. Also, I have to have a granularity. I can keep Granularity in Slicer. I want here the grouping of the data based on the Date -> Location -> Destination -> Time. The Grouping should happen Dynamically so that I can use fewer charts on my canvas. The granularity we have been asked is like: - If I select Hourly from the slicer then the options for granularity should be 10 minutes, 20 minutes and 30 minutes. If Granularity is 10 minutes then we should get points on the line chart in an hour. The Granularity I have to work on is given as follows: Hourly: - 10 minutes, 20 minutes, 30 Minutes Daily: - 1 Hour, 4 Hours, 8 Hours, 12 Hours Weekly: - 12 Hours, 24 Hours I these as dynamic filtering in all the visuals that I want to present on the canvas. Please help me on how I can do the same.916Views0likes2CommentsPower BI - Uncertified Visuals Security
Hello Masters! I would like to know it is a possibility for custom visualization to have direct access to the model, data and other visualizations in the report, or only that visuals have access only to what we input into that visualization, referring to e.g field with data from the report model or measure? Is any possibility to check code of custom visulazation if i have pbix file which i can load to report?SolvedGeolocation and Polygons in Power BI with Icon Map
Hello guys, I share two super interesting videos to geolocate and represent polygons using the Icon Map visualization. Geolocation Icon Map: https://youtu.be/_RTrjq3-3Cc?si=EAF4rsvhdu77HU0Q Polygons Icon Map: https://www.youtube.com/watch?v=8Yc2qmj0n8QHow to filter all visuals in a Power BI custom visual without specifying a table name?
I have a custom visual in Power BI, and I've written the following code to filter other tables based on a column called DateID: public update(options: VisualUpdateOptions) { const filter = { $schema: "http://powerbi.com/product/schema#basic", target: { table: "MRS3 vwMrsFactSales", column: "DateID", }, operator: "In", values: [13991002, 13991006], }; this.host.applyJsonFilter( filter, "general", "filter", powerbi.FilterAction.merge ); } it works when i specify table name in target but what i want is to filter all tables in report and i dont know waht are table names and when i remove table from target it broke. what should i do? I searched a lot, but there is no good documentation or YouTube video about this.Não consigo alterar login do PBI no Suplemento PPT
Estou com dificuldade em alterar o login de um colaborador da empresa em suplemento do Power BI na apresentação do Power Point, pois como tive que alterar o e-mail dele devido ao um erro que aparece na imagem abaixo, no entanto, quando abro o ppt aparece apenas que o antigo e-mail dele não tem permissão de acessar e quando recarrega não aparece tela de login para colocar outro e-mail.Solved