custom visuals
321 TopicsPower BI Product Team present | Intro to Low-Code/No-Code Custom Visuals
Hitting limitations with the native Power BI visuals? This presentation will give an overview and intro to several no-code to low-code custom visuals and demos of how they can be used to get past current limitations with the native visuals. Examples on improving report performance through custom visuals will be shared too. Pat Mahoney is a member of the Power BI CAT team at Microsoft helping customers adopt Power BI. He has a Ph. D in Analytical Chemistry from Indiana University, worked in the pharmaceutical industry for over 25 years, and has always had a passion for mining insights from data. He has been a Data Platform MVP, a Super User in the Power BI, Power Apps, and Power Automate communities, and has a YouTube channel and blog under the name HooserBI.4to encuentro presencial
Nos reencontramos para compartir, aprender, charlar y disfrutar de un encuentro de comunidad. En este espacios vamos a intercambiar experiencias y escuchar charlas. En esta oportunidad aprenderemos de: 1. Licenciamiento en Fabric 2. Calculation groups en Power Bi 3. Custom Visuals en Power Bi Espero que los temas sean de su interés y recuerden que esto es una comunidad. Compartimos nuestras experiencias. Si te gustaría aprender de un tema o te gustaría compartir un tema que estuviste estudiando, siempre habrá lugar, basta con pedirle en el encuentro182Views0likes0CommentsPower BI Custom Visuals' Community
Welcome to Power BI Custom Visuals Community! Power BI custom visuals is all about community. We are very excited to announce that custom visuals now have a special place in the Power BI community site, to share knowledge, ideas and news! Custom visuals development discussion – Ask questions and share knowledge about developing custom visuals. Custom visuals ideas – Share your ideas, ask for features, propose new custom visuals. Custom visuals community blog – Community news and announcements for new custom visuals available, new APIs released, tips & tricks from developers and users. Power BI custom visuals useful links for developers Developer documents - find here all documents you need Step-by-step tutorial Looking for advanced tutorial? Find it here Visit also our github Find here Power BI visuals' Samples Custom visual's webinar For technichal questions and help please reach out [email protected]3MViews26likes225CommentsGlobal Text Search and Filter Across All Tables in Power BI
Greetings, Currently, couldn't find a method to enable users to search through every column in every table for a particular text string and promptly filter visuals on the page with corresponding results (Acting like a Search Bar). While workarounds like concatenating columns exist, they're inefficient and impractical for large datasets. Any enhancement facilitating this capability would greatly enhance efficiency and empower users to efficiently delve into their data. Thank you.2.5KViews2likes6CommentsHow to force report server to load local embedded custom visual in report?
According to https://learn.microsoft.com/en-us/power-bi/report-server/custom-visuals-troubleshoot there's no way to do this, which I find absurd in a enterprise environment force clients to wait upwards of 20 seconds, to load a visual which in before hand is known to be embedded in the report and could be loaded immediately, as happens if edit the report in Power Bi Desktop. If there seriously is no workaround to this, it needs to be added into PBIRS ASAP.Solved876Views0likes3CommentsNeed help Mekko chart in Power BI desktop 3.6.1.0 Y-Axis and the width Axis does not show values
Mekkochart in Power BI desktop 3.6.1.0 the Y-Axis and the width Axis does not show values unless I filter and remove the filter and it does not respond to the date slicer. it was working fine before. I removed, Added, created new file but non of that worked. any ideas ?Visualisation (Slicer and Button Slicer)
Hi everyone, I hope you all have a nice day. I want to ask (pictures attached), I gave an example of me using visualisation of "Button Slicer (Top)" and "Slicer (Bottom)" in the picture, I have a table where I have Reporting Date column then I make custom column for the quarters and months. The "Year" in the slicer is from Reporting Date hieararchy (Year), but the quarter and month in the slicer, they both are custom column that I made from the Reporting Date column (so they are not the hieararchy of "Reporting Date"). My questions (I don't mind if you answer with "Slicer" visualisation or "Button Slicer" visualisation): In Picture 1, If I select Q1 and it turns grey, how do the visualisation slicer for months turns black (for Jan, Feb, Mar) without me selecting the Quarter slicer? In Picture 2, If I select any month (for example: Aug) and it turns black, how do the visualisation slicer for quarter turns grey (Q2) without me selecting the Quarter slicer? In Picture 3, If I select Year "2025" and it turns black, how do the visualisation slicer for quarter and months also turns black without me selecting Quarter and Month slicer? Please kindly help me answer my questions. Thank you in advance. God bless. 😊🙏1.8KViews0likes1CommentHow can I perform a web request with Authentication headers from a React based custom Visual?
I'm making a React Based custom visual that is inteded to work with my connector, I have a table with URLs where each URL points to an image, you can request that image but the request needs to contain an authorization header, something like this in my React component: try { const response = await fetch(url, { method: "GET", headers: { "Authorization": AUTH_TOKEN } }); At this moment, the token is hardcoded const AUTH_TOKEN = "Bearer eyJ...", my idea is to validate that I can load the images with this aproach, then I would figure it out how to generate or pass this token. But I'm noticing that if I pass the headers, the request is not performed (If the headers are not passed, I can get the images from public sources, for example wikipedia images, but I need to be authenticated to get the images from the desired server) But for my specific case (where the request needs to be authenticated, I'm getting an error): Looking in the Edge console I'm getting: https://upload.wikimedia.org/wikipedia/commons/1/17/Amblyglyphidodon_aureus001.jpg' from origin 'null' has been blocked by CORS policy: Request header field authorization is not allowed by Access-Control-Allow-Headers in preflight response. component.tsx:59 GET https://upload.wikimedia.org/wikipedia/commons/1/17/Amblyglyphidodon_aureus001.jpg net::ERR_FAILED I'm getting the same message from the URL of my server. So, I'm assuming the request is being blocked by Power BI, is there a way to pass the headers in the request?Is there a way to install a custom visual using CLI or any other semi-automatic way?
I have develop some custom visuals that I'm planning to distribuite across my user base, but I'm making some test bench to implement some E2E tests. Is it possible to install a .pbiviz file using command line (or any other way that does not involve opening PBI Desktop just like the connectors that need to place the files in the "Custom connectors folder") or the only ways is using the "Get more visuals" > "Import a visual from a file" menu?Funnel chart – how to display more than one value?
ENG Hi everyone, When using the native Power BI funnel visual, we typically add the category (e.g., stages of a sales funnel) and a measure in the values field. However, I often need to display more than one value, such as the number of opportunities at each stage and the average ticket value for those opportunities. I know it’s possible to add the average ticket to the tooltip, but users often want to see both numbers directly on the visual without hovering. In horizontal bar charts, we can customize the data label to show the value and series detail, as well as adjust label positioning. I’ve tried various funnel visuals, but I would like the native funnel chart to offer more flexibility in customization, similar to other visuals that have evolved over time. Does anyone have a tip or workaround for this? If not, I’d like to submit this as a feature request. Thanks! PT Olá, pessoal, Ao trabalhar com o visual de funil nativo do Power BI, adicionamos a categoria (por exemplo, etapas do funil de vendas) e a métrica em valores. No entanto, muitas vezes preciso mostrar mais de um valor, como a quantidade de oportunidades em cada etapa e o ticket médio dessas oportunidades. Sei que é possível colocar uma segunda medida na dica de ferramenta, mas os usuários costumam querer ver ambos os números diretamente no gráfico, sem precisar passar o mouse. Em gráficos de barras horizontais conseguimos personalizar o rótulo para exibir o valor e o detalhe da série, além de ajustar a posição desses rótulos. Já testei vários visuais de funil, mas gostaria que o visual nativo oferecesse mais opções de customização, assim como acontece com outros gráficos que evoluíram ao longo do tempo. Alguém tem alguma dica ou solução alternativa? Se não houver, deixo aqui a sugestão de melhoria para futuras versões. Obrigado!