Power BI

Power BI

9059 bookmarks
Custom sorting
Guest Story: Maintain a simple database with Power Query
Guest Story: Maintain a simple database with Power Query
Our guest today is Kolyu Minevski, Director, Financial Management and Reporting at Fadata Group. You can contact him here. This article will demonstrate how Power Query can be used for maintaining a simple database/register. Traditionally Power Query is perceived as a tool for data extracting, cleaning and shaping for further analysis. In this case, its …
Power_BI_tips·datachant.com·
Guest Story: Maintain a simple database with Power Query
Dataflow: use of M function turns workspace into Premium capacity?
Dataflow: use of M function turns workspace into Premium capacity?
I'm trying to recreate in dataflows some PQ processes I have in Excel and Power BI, and am suprised by the fact using an M function (e.g. a call to a REST API) is bringing up a reference to "computed entities", which are limited to Power BI Premium. The same function can be called and refreshed on...
Power_BI_tips·community.powerbi.com·
Dataflow: use of M function turns workspace into Premium capacity?
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Parameters in Power Query are useful for many scenarios when you want to do something dynamic in the data transformation process. I have previously explained how helpful they are in creating a custom function. In this article, I am showing you another useful way of using Parameters to create dynamic datasets, that you can change…
Power_BI_tips·radacad.com·
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Pre Concatenate List of Values in Power BI using Power Query
Pre Concatenate List of Values in Power BI using Power Query
You can concatenate a list of values in Power BI in two ways; Using Power BI DAX functions such as ConcatenateX, or through Power Query. For some scenarios, there is an advantage in using Power Query to do the concatenation. In this blog article, I'll explain how this works. If you like to learn more…
Power_BI_tips·radacad.com·
Pre Concatenate List of Values in Power BI using Power Query
Remove Dynamic Number of Top Rows
Remove Dynamic Number of Top Rows
Removing the top five rows from a data set is easy in Power Query, but what do you do when you need the number of rows changes? There isn’t a built-in Remove Dynamic Number of Top Rows function. In this post we’ll look at how to set this up...
Power_BI_tips·excelguru.ca·
Remove Dynamic Number of Top Rows
Split / Segment / Partition / Section your table in Power BI / Power Query
Split / Segment / Partition / Section your table in Power BI / Power Query
The following is a pretty common scenario that I’ve seen with flat files exported from legacy systems, but it also applies to multiple other scenarios. It uses the M language inside of Power BI Desktop / Power Query, but you can follow along without knowing that much about it. The scenario: a table that contains […]
Power_BI_tips·poweredsolutions.co·
Split / Segment / Partition / Section your table in Power BI / Power Query
Split / Segment / Partition / Section your table in Power BI / Power Query
Split / Segment / Partition / Section your table in Power BI / Power Query
The following is a pretty common scenario that I’ve seen with flat files exported from legacy systems, but it also applies to multiple other scenarios. It uses the M language inside of Power BI Desktop / Power Query, but you can follow along without knowing that much about it. The scenario: a table that contains […]
Power_BI_tips·flip.it·
Split / Segment / Partition / Section your table in Power BI / Power Query