datasets
10 TopicsPower BI Brussels @ Syntra Brussel - Mezure, Tour & Taxis
Power BI Brussels is brought to life to empower every (aspiring) data professional with a community to grow Power BI expertise in a vibrant atmosphere. Agenda 17:30 – 18:15: Welcome with drinks & sandwiches 18:15 – 19:05: Session 1: Port Of Antwerp-Bruges: Navigating towards Data Democratization – Jan Meskens 19:05 – 19:30: Break 19:30 – 20:20: Session 2: Power BI Dataset Checklist - Kurt Buhler 20:20 – … : Networking Location Mezure Tour & Taxis - Royal Depot Havenlaan 86C (box 209) 1000 Brussels Parking under the main building. Check-in at the reception desk of Syntra Brussel/Mezure on the ground floor. SUBSCRIBE ONLY USING THE LINK BELOW https://forms.office.com/e/sfu8JjJDwT Detailed session info: Title: Port Of Antwerp-Bruges: Navigating towards Data Democratization Presenter: Jan Meskens Ref: https://www.linkedin.com/in/janmeskens/ Abstract: Data democratization is an essential step to becoming a data-driven organization. It envisions data accessibility for all employees and relevant stakeholders regardless of their technical background. This talk shows how Port Of Antwerp-Bruges floats towards data democratization. We give practical examples by focusing on four topics: 1. People - employees and stakeholders stepping on board of a data-centric organization 2. Processes - helping to manage data in environments where almost everyone starts to work with data. 3. Tools - diversified data products like Power BI, an in-house built Digital Twin, or a Geographic Information System helps people with different backgrounds and different purposes to work with data. 4. Data - combining your data with relevant open data to empower people in drawing the right insights using their tools. Title: Power BI Dataset Checklist Presenter: Kurt Buhler Ref: www.data-goblins.com/checklists Abstract: We want to create good Power BI datasets, but what does that mean? There’s so much to consider, so how can we be sure that we’ve done the right things? What might we still do to ensure our datasets deliver business value? In this session, we walk through selected items in the ‘Dataset Checklist’, looking at what’s important when creating a typical Power BI Dataset, end-to-end. From the design to building the different parts – Power Query, data model & DAX – as well as handover, documentation & training, this session will give you an overview of key considerations both before you publish & afterwards.992Views0likes0CommentsPaginated Reports with and without Power BI Datasets: When, Why and How?
Rescheduled - Reporting Services - Migration to Power BI Monthly User Group Event Paul will discuss scenarios for using paginated reports from a Power BI dataset and from a source database, providing use cases for each. He will also demonstrate how use a paginated report as a drill through target from Power BI to a transactional report based on the same data source.1.1KViews0likes3CommentsAutomated Unit Testing
Hi Forum, Inspired by this article, I'd like to create automated unit tests to test measures within my Power BI Semantic Model (Dataset). I'm planning to: - Use Powershell to connect to and run through the tests - DAX scripts to query the Semantic Model itself Since these are unit tests, I want to contain "fake" data within the test itself (not have to worry about the underlying database changing). A few approaches I've attempted. 1. Overwrite Existing Table for Test (Doesn't work; PBI won't let me overwrite the actual_table in the semantic model) DEFINE TABLE actual_table = UNION(ROW("order","A1"),ROW("order","B1")) -- attempt to update as a "local variable" MEASURE 'Measures Table'[COUNT_ORDERS] = DISTINCTCOUNT('actual_table'[order])) EVALUATE ROW("COUNT_ORDERS",'Measures Table'[COUNT_ORDERS]) Error: Table '<ccon>actual_table</ccon>' cannot be created because a table or variable with the same name already exists. 2. Update Table Reference (Pretty sure PBI was designed purposely not to do this) DEFINE TABLE test_table = UNION(ROW("order","A1"),ROW("order","B1")) MEASURE 'Measures Table'[COUNT_ORDERS] = DISTINCTCOUNT('actual_table'[order])) -- somehow update table reference 'actual_table' to 'test_table' EVALUATE ROW("COUNT_ORDERS",'Measures Table'[COUNT_ORDERS]) 3. SWITCH between actual table and test table (I don't like this approach because I'd have to duplicate the SWITCH across all measures) DEFINE TABLE test_table = UNION(ROW("order","A1"),ROW("order","B1")) MEASURE 'Measures Table'[COUNT_ORDERS] = SWITCH(2, 1,DISTINCTCOUNT('actual_table'[order]), 2,DISTINCTCOUNT('test_table'[order]) ) EVALUATE ROW("COUNT_ORDERS",'Measures Table'[COUNT_ORDERS]) Do you have any alternative recommendations? Your help is greatly appreciated.2.2KViews0likes1CommentPower BI Datasets On-Premises
Hello, we are using Power BI on-premises with the Power Report Server. There is no opportunity to use Power BI Service. I would like to create Power BI Datasets and use them for several Power BI Reports and also for Paginated Reports. Is this possible on-premises? Best regards Fabian1.4KViews0likes1CommentSlicer enabling user to choose dataset for several visuals
Hi PBI community 😊, Users of my report would like to be able to choose between two different datasets for several visuals. They want to choose between two types of calculation rules/datasets depending on their needs. Is there a way to create a slicer to choose between two different datasets ? I was thinking of using bookmarks but this feature does not work well when the report is exported on upslide (powerpoint), which is needed by the users. Thank you for your help Gaëlle811Views0likes1CommentHow to analyze datasets over 2GB on powerbi report server?
In order to get enough report analysis performance, I imported all the data into PowerBI, but the size of the dataset exceeds 2GB and I cannot upload it to PowerBI report server. I have tried the scheme of calling the restfulAPI interface but didn't find a solution. Is there any way to analyze data over 2GB in PowerBI report server?Solved593Views0likes1CommentFormula to take into account missing data from one dataset
Hi, I have the following data sets: - List of all employees that have worked for the company (includes start and end date of employment) - List of shifts worked each month My end goal is to report on how many of our active employees were/are 'utilised' each month. The attached screenshot shows what I've achieved so far. I've managed to get a utilisation figure by dividing 'is employee utilised?' by 'employee count', but the issue I'm having is that it currently doesn't take into account 'Start Date'. In the example, employee 383 isn't being utilised, but they are an active employee, as their start date is lower than the year/month column. The reason it doesn't is because they didn't work that month and therefore aren't present on my 'list of shifts worked each month' dataset. Can anyone think of a way around this? Ideally I just need to say =If ('start date calc' < 'year/month'), 1,0)... but this won't work as the employee in question isn't present on the shifts dataset. Thanks! Let me know if you need any more info.588Views0likes1CommentDataset Refresh Automation Using Power Automate
Hello, I'm currently using Power Automate to kick off dataset refreshes automatically based on keywords used in a group chat. With that said, I'm curious about a few things: Is there any way to kick off refreshes of data sets without using PowerAutomate in a specific sequence that I choose based on importance in the organization? If the above is not possible. Then, is there a way for Power Automate to just add the new datasets to the Flow so that someone doesn't have to manage the flow and constantly add the datasets (we're a big org that creates new data sets daily). The end goal is this: Refresh all data sets in a programmatic way instead of having to go to the PBI Server and refresh when a report breaks. In this day of technology, I'm sure someone out there is doing this the right, efficient way.691Views0likes1CommentConnect to Power BI Dataset using XMLA EndPoint Authentication
Hi, We have a requirement to have a backup solution that allows end users to view critical reports in the event of Azure Active Directoy AAD going down (like what happened last year for a number of hours). Currently our planned backup solution will consist of using Power BI Report server. Currently all our reports, a combination of Desktop and paginated reports use live connections to a number of datasets published to the Power BI Service. Our backup solution aims to create data sources and datasets on the Power BI Report server from these datasets using XMLA endpoints and scheduling refreshes once a day so in the event that the Power BI Service goes down or AAD going down for a period of time we have this temporary backup of datasources and reports on Power BI Report server to use until the Power BI Service is backup and running. This may never happen but we were asked to have a solution in place if it does. Our issue currently: We are using a embedded capacity NOT a premium capacity at the moment. We are trying to connect to the datasets on the Power BI Service from Power BI Report server using the XMLA endpoint. Details of how to do this were taken from the "Hybrid Use Case" section in the link below https://www.bluegranite.com/blog/tips-for-a-successful-power-bi-report-server-implementation . We have the XMLA endpoint enabled on the service but we are unable to connect to the dataset just yet. We are getting errors as we are not entirely sure which authentication method to use. Note we did try the belwo connection string with spaces also. Firstly, do we require a Premium capacity for this to work properly? Secondly, if not what authentication method should we use? Thanks.2.5KViews0likes3CommentsOne dataset for serveral reports
Hi, i have a database which I want to query with odbc and with SQL to create a big master dataset or something like that in Power BI. With this master dataset I want to create serveral reports. How do I do this? For creating a dataset in the Power BI Report Server Web interface I need to open Report Builder. Why? I just want to inser my sql and the source... It seems like I need some help 🙂Solved724Views0likes1Comment