power query

power query

962 bookmarks
Custom sorting
The BIccountant –
The BIccountant –
You have lost your column types in Power Query and want to get them back? Check how easy it is to automatically detect and change all column types at once.
Power_BI_tips·thebiccountant.com·
The BIccountant –
Chris Webb's BI Blog: Power Query Formatter
Chris Webb's BI Blog: Power Query Formatter
If you’ve ever used DAX Formatter to format your DAX code and wondered why there isn’t an equivalent for Power Query/M, then wonder no more: the nice people at Power Pivot Insights in G…
Power_BI_tips·blog.crossjoin.co.uk·
Chris Webb's BI Blog: Power Query Formatter
Working with Records, Lists, and Values in Power BI Dataflows
Working with Records, Lists, and Values in Power BI Dataflows
If you have been using dataflows, and you have the return value of a query as something which is not in the form of a table, such as a record, list, or value. then you have seen that the dataflow automatically converts them all to tables. There is an explanation about it, and a method…
Power_BI_tips·radacad.com·
Working with Records, Lists, and Values in Power BI Dataflows
Configuring Postman for Use with the Power BI REST API
Configuring Postman for Use with the Power BI REST API
Reading Time: 4 minutes Postman is a valuable tool to work with APIs, especially when testing and making ad hoc requests outside of an automated production solution. In terms of where a Power BI developer may find Postman useful, it sits somewhere between the documentation’s “Try It” functionality and a more production-worthy solution incorporating tools like Azure DevOps, Logic…
Power_BI_tips·dataveld.com·
Configuring Postman for Use with the Power BI REST API
Chris Webb's BI Blog: Optimising The Performance Of Power Query Merges In Power BI, Part 4: Table.Join And Other Join Algorithms
Chris Webb's BI Blog: Optimising The Performance Of Power Query Merges In Power BI, Part 4: Table.Join And Other Join Algorithms
In the previous post in this series I showed how you can use the Table.Join function and the SortMerge algorithm to get much better performance for merge operations in Power Query – but only …
Power_BI_tips·blog.crossjoin.co.uk·
Chris Webb's BI Blog: Optimising The Performance Of Power Query Merges In Power BI, Part 4: Table.Join And Other Join Algorithms
Easy Looping in Power BI & Power Query
Easy Looping in Power BI & Power Query
[vc_row][vc_column width="1/1"][vc_single_image media="87885" media_width_percent="100"][vc_column_text]The above video walks you through how to perform looping in Power Query in order to iterate […]
Power_BI_tips·bielite.com·
Easy Looping in Power BI & Power Query
Quick Tips: Converting Hexadecimal, Oct and Binary to Decimal in a Single Power Query Function
Quick Tips: Converting Hexadecimal, Oct and Binary to Decimal in a Single Power Query Function
A while ago I wrote a blogpost on how to use Unicode characters in Power BI. In that blogpost I used a recursive Power Query function to convert Hex values to Dec values. A few weeks back one of my site visitors kindly shared his non-recursive version of Power Query function which beautifully does the … Continue reading Quick Tips: Converting Hexadecimal, Oct and Binary to Decimal in a Single Power Query Function
Power_BI_tips·biinsight.com·
Quick Tips: Converting Hexadecimal, Oct and Binary to Decimal in a Single Power Query Function
Office Insiders
Office Insiders
Become an Insider: be one of the first to explore new Microsoft 365 features for you and your business.
Power_BI_tips·insider.office.com·
Office Insiders
Quick Tips: OData Feed Analyser Custom Function in Power Query
Quick Tips: OData Feed Analyser Custom Function in Power Query
It’s been a while that I am working with OData data source in Power BI. One challenge that I almost always do not have a good understanding of the underlying data model. It can be really hard and time consuming if there is no one in the business that understands the underlying data model. I … Continue reading Quick Tips: OData Feed Analyser Custom Function in Power Query
Power_BI_tips·biinsight.com·
Quick Tips: OData Feed Analyser Custom Function in Power Query
A power query custom function to rename all columns at once in a table
A power query custom function to rename all columns at once in a table
I am involved with a Power BI development in the past few days. I got some data exported from various systems in different formats, including Excel, CSV and OData. The CSV files are data export dumps from an ERP system. Working with ERP systems can be very time consuming, especially when you don’t have access … Continue reading A Power Query Custom Function to Rename all Columns at Once in a Table
Power_BI_tips·biinsight.com·
A power query custom function to rename all columns at once in a table