pbi
31 TopicsDashboard in a Day with Tunis Business School (1st Arabic Session)
Unleash the magic of Power BI with our upcoming training sessions, hosted by the Data witch, Amira Bedhiafi 🪄 Join us on the 15th, 19th, 22nd, and 26th of February 2023 for a journey into the world of Business Intelligence With Miss Bedhiafi as your guide, you will learn the secrets to crafting mesmerizing data visualizations, captivating dashboards, and spellbinding reports Don't miss this opportunity to master the Art of Power BI and become a data wizard yourself!🧙1.5KViews0likes0CommentsMicrosoft Fabric Impact in Power BI Projects
This session explores Microsoft Fabric's new innovations and their impact on Power BI projects. Aimed at Power BI professionals, it focuses on reducing reliance on custom solutions or third-party tools by leveraging native Microsoft Fabric features. Through demos and deep dives, learn how these advancements transform typical Power BI workflows, enabling more efficient and effective BI solution designs.129Views0likes1CommentFabric Days 2026
¡Llega FABRIC DAY Online! Un día entero dedicado al ecosistema Data & AI de Microsoft Fabric, en español y para toda la comunidad hispanohablante. Una jornada online y gratuita donde perfiles experimentados y nuevas voces de la comunidad comparten conocimiento real: casos de uso en producción, buenas prácticas, aprendizajes y enfoques aplicables desde el primer minuto. Datos clave - Fecha: 5 de junio de 2026 - Hora: desde las 16:00 (hora española) - Formato: 100% online - Idioma: español - Organiza: Microsoft Speakers Hub en Español (MSHESP) Aplicación del evento https://lnkd.in/ezYvvsx5 Muy contentos de presentar este auténtico cartelón para FABRIC DAY Online 2026. Síguenos en LinkedIn para actualizaciones: https://lnkd.in/ewkiSsBX Únete a la comunidad WhatsApp: https://lnkd.in/eFMpZaqM Os esperamos. Gracias.Get xlsx file from website
Hi guys, I am trying to find solution how can i link external data source to PBI . In my case my data is .xlsx file located on web page, and i have several of them. So basically i need get excel files from web pulled in to PBI and have it automated, because this files refresh each day. i have this (did use custom name to protect source web page - name.something.com/admin file1_2023-01.xlsx file1_2023-02.xlsx file1_2023-03.xlsx file1_2023-04.xlsx file1_2023-05.xlsx7.6KViews0likes5CommentsSeptember 2025 Refresh Issue On Prem
Good morning, since updating to Sept 25 version a handfull of my dashboards have refused to run on scheduled refreshes throwing the error "[0] -1056178104: The CurrentCatalog XML/A property was not specified." The dashboards in question all connect to the same sql server as they used to and the excel sources havent changed in any way, some reports are working fine some not. Theres not much on the internet regarding this error specifically in PBI on prem, i've tried a few fixes such as trusted servers, clearing permissions and relogging data sources and still no progress. I've got a version of this report in a PBI personal workspace (Cloud) and that exact same version refreshes just fine. Any ideas? ThanksSolved2.3KViews0likes4CommentsMeasure as a slicer
I have three tables in my Power BI model: Sales Order Fact Order Date Customer All these tables are properly connected. I’ve created a few DAX measures based on them: Number of Customers with Order amount > $100 Number of Customers with Order amount ≤ $100 The amounts are grouped Year-to-Date (YTD). So if the user selects August, the total amount is calculated from January 1st to August 31st. All calculations are working correctly. However, I now need to create a slicer to allow users to filter between "> $100" and "≤ $100". This is where I'm stuck. I created a measure-based flag, but I have to manually apply the filter to each visual — and this report has many visuals. Also, I’m unable to apply the measure as a filter on Card visuals, which is a limitation. Is there any alternative approach to creating a slicer that dynamically filters visuals based on "> $100" or "≤ $100" orders? Expected output The Customer table contains fields such as Name, Address, and customer Number. The Order Date table is a standard date dimension with fields like Order Date and Month, Year. The Sales Order Fact table includes details like Order Amount, Quantity, and other transaction-level data. The report includes multiple visuals — such as cards, tables, bar charts, and several slicers. I want to implement a filter where: If the user selects "> 100", the report should display data only for customers whose total order amount is greater than $100. If the user selects "≤ 100", the report should show data only for customers whose total order amount is $100 or less. This filter should apply across the entire report to all visuals consistently.Solved1.7KViews1like7CommentsConnection type
Hello, Please, what type of connection should I use choose for opsgenie in Admin center with cluster gateways for cloud PBI ?It should be WebApi or RestApi, but both these types are not included in the list...only Web, and it looks like the classic URl. Example : "https://api.opsgenie.com/............ Thank you.Solved1.5KViews0likes6CommentsModal Dialog API 3.8.1
Greetings all, I've experimented with the new feature that came with new API and I ran into some issues (see attached image). Has anybody been succesful in implementing a modal dialog? A small example from which I could extrapolate would mean the world to me. 🙂 Thanks in advance, Dusan1.9KViews0likes1CommentDAX code filtering tabled based on selected value (show other values)
Hi all, I have an issues to which I cannot find the solution. I hope someone can help me out. I've created an example dataset to explain the problem: customers order food and drinks in a restaurant. They can order multiple types of food and drinks during 1 visit. Here is a sample of 5 different customers with their orders: I can edit this table to make it a one record per customer list: Now what I would like to know is when I select one item in a slicer/filter, what are the other most ordered items per type (food/drinks) based the customers that ordered the selected item? Example: I select as item Fries. Customer B, C and E ordered Fries. During the same order, they also ordered other food and drink items. I want to count the number of times the other items were ordered to see which item is most often ordered together with fries. This is what I would like to see then: My thoughts were to first create new DIM table with the type and item combinations (a food and drinks list) which can then be used for the filter. I can create a relationship between the new DIM table and the FACT table in the model view so that I can filter the customers with orders that contain the selected item. Then I somehow need to use this list of selected customers to filter another table (a copy of the original FACT table with all the customers and their order information?) so that I can see the whole order of these customers. And then I can create a visual of the number of items, per type, in which I exclude the selected item. I hope someone can help me out 🙂 Many thanks, AnneSolved1.2KViews0likes5Comments