Robuta

https://community.fabric.microsoft.com/t5/Desktop/Complex-PowerQuery-Merge-query-using-substrings/m-p/254744/highlight/true Solved: Re: Complex PowerQuery Merge query using substring... - Microsoft Fabric Community Oct 22, 2025 - This is awesome solution. I've spend few days trying different ways of achieving same result, but this is by far the best - fastest and cleanest. I microsoft fabricsolvedcomplexpowerquerymerge https://learn.microsoft.com/en-us/powerquery-m/combiner-combinetextbyranges Combiner.CombineTextByRanges - PowerQuery M | Microsoft Learn Learn more about: Combiner.CombineTextByRanges combinerpowerquerymicrosoftlearn https://learn.microsoft.com/en-us/powerquery-m/splitter-functions Splitter functions - PowerQuery M | Microsoft Learn Learn more about: Splitter functions splitterfunctionspowerquerymicrosoftlearn https://learn.microsoft.com/ja-jp/powerquery-m/list-min List.Min - PowerQuery M | Microsoft Learn listminpowerquerymicrosoftlearn https://community.fabric.microsoft.com/t5/Power-BI-Community-Blog/PowerQuery-My-Best-practices-in-Transform-Data/ba-p/1579671 [PowerQuery] My Best practices in Transform Data - Microsoft Fabric Community my besttransform datamicrosoft fabricpowerquerypractices https://community.fabric.microsoft.com/t5/Power-Query/Powerquery-looping-over-paginated-API-dynamic-data-source-error/m-p/2750345 Solved: Re: Powerquery looping over paginated API - dynami... - Microsoft Fabric Community Nov 22, 2022 - Found a solution by putitng the start time parameter in the 'query' part of the webcontents function. microsoft fabricsolvedpowerquerylooping https://techcommunity.microsoft.com/discussions/excelgeneral/powerquery-remove-rows-dependent-on-value-in-column-/3999563/replies/4000538 PowerQuery Remove Rows dependent on value in column. | Microsoft Community Hub Labelling software generates a transaction report that represents each label generated, I pull data from this report using PowerQuery. Each row is an... microsoft communitypowerqueryremoverowsdependent https://community.fabric.microsoft.com/t5/Power-Query/Powerquery-looping-over-paginated-API-dynamic-data-source-error/m-p/2747957/highlight/true Solved: Powerquery looping over paginated API - dynamic da... - Microsoft Fabric Community Nov 22, 2022 - Solved: I am trying to retrieve data from a paginated API - specifically the Zendesk one. The code refreshes on my desktop, but when i try to refresh microsoft fabricsolvedpowerqueryloopingpaginated https://community.fabric.microsoft.com/t5/Fabric-Ideas/Sentiment-Analysis-in-PowerQuery/idi-p/4459145 Sentiment Analysis in PowerQuery - Microsoft Fabric Community Feb 24, 2025 - Can we have one text transformation that does Text Analytics/Sentiment Analysis? sentiment analysismicrosoft fabricpowerquerycommunity https://community.fabric.microsoft.com/t5/Desktop/Percentage-values-in-powerquery-showing-up-as-decimal-in-report/m-p/3093349/highlight/true Solved: Re: Percentage values in powerquery showing up as ... - Microsoft Fabric Community Feb 22, 2023 - In the model view of the table, select the column and change the formatting selection: https://learn.microsoft.com/en-us/powerquery-m/text-infernumbertype Text.InferNumberType - PowerQuery M | Microsoft Learn Learn more about: Text.InferNumberType textpowerquerymicrosoftlearn https://learn.microsoft.com/ja-jp/powerquery-m/text-upper Text.Upper - PowerQuery M | Microsoft Learn textupperpowerquerymicrosoftlearn https://learn.microsoft.com/ja-jp/powerquery-m/number-from Number.From - PowerQuery M | Microsoft Learn numberpowerquerymicrosoftlearn https://learn.microsoft.com/ja-jp/powerquery-m/list-average List.Average - PowerQuery M | Microsoft Learn listaveragepowerquerymicrosoftlearn https://techcommunity.microsoft.com/discussions/skills-hub-discussions/powerquery-help/3263342/replies/3263960 PowerQuery Help | Microsoft Community Hub I think this is possible but I have no idea how to accomplish this. What I am trying to do is repeat a row. If you look under, the second... microsoft communitypowerqueryhelphub https://techcommunity.microsoft.com/discussions/excelgeneral/resolved-powerquery-replace-nulls-with-filled-value-from-rows-with-the-same-iden/3867387 [RESOLVED] PowerQuery Replace Null's with Filled Value from Rows with the same identifier |... [Riny helped me resolve this, thanks all!]Hey all, Been attempting for a few hours to execute something that seems so simple, but is giving me a lot of... https://community.fabric.microsoft.com/t5/Power-Query/Create-sumif-in-PowerQuery-not-DAX-and-not-use-group-by-feature/m-p/1151171/highlight/true Solved: Re: Create sumif in PowerQuery (not DAX, and not u... - Microsoft Fabric Community Jul 23, 2024 - Hi , Try this code for a custom column: let _item = [Column1] in List.Sum( Table.SelectRows( #"Changed Type" , each [Column1] = https://techcommunity.microsoft.com/discussions/excelgeneral/powerquery-remove-rows-dependent-on-value-in-column-/3999563/replies/4000308 PowerQuery Remove Rows dependent on value in column. | Microsoft Community Hub Labelling software generates a transaction report that represents each label generated, I pull data from this report using PowerQuery. Each row is an... microsoft communitypowerqueryremoverowsdependent https://community.fabric.microsoft.com/t5/Power-Query/Combine-Line-in-powerquery/m-p/3378251/highlight/true Solved: Combine Line in powerquery - Microsoft Fabric Community Aug 19, 2023 - Solved: Dear All, I use software that allows me to export accounting data as on (Table 1) On the Label column of the operation, when the label is microsoft fabricsolvedcombinelinepowerquery https://learn.microsoft.com/ja-jp/powerquery-m/list-count List.Count - PowerQuery M | Microsoft Learn listcountpowerquerymicrosoftlearn https://learn.microsoft.com/en-us/powerquery-m/?WT.mc_id=DP-MVP-5003712 Power Query M formula language reference - PowerQuery M | Microsoft Learn Power Query M is used to filter, combine, and mash-up data from one or more supported data sources. power query mformula languagereferencepowerquerymicrosoft https://community.fabric.microsoft.com/t5/Desktop/Percentage-values-in-powerquery-showing-up-as-decimal-in-report/m-p/3093361 Solved: Re: Percentage values in powerquery showing up as ... - Microsoft Fabric Community https://learn.microsoft.com/ja-jp/powerquery-m/folder-files Folder.Files - PowerQuery M | Microsoft Learn folder filespowerquerymicrosoftlearn https://learn.microsoft.com/ja-jp/powerquery-m/text-replace Text.Replace - PowerQuery M | Microsoft Learn text replacepowerquerymicrosoftlearn https://techcommunity.microsoft.com/discussions/excelgeneral/powerquery-m-automate-export-to-plain-xlsx-without-connections/3994267 PowerQuery M: Automate Export to plain XLSX (without connections) | Microsoft Community Hub Hello, is there a Excel PowerQuery M command that allows to export a table as XLSX without any connections? Thank you! export to https://learn.microsoft.com/en-us/powerquery-m/table-functions Table functions - PowerQuery M | Microsoft Learn Learn more about: Table functions table functionspowerquerymicrosoftlearn https://learn.microsoft.com/en-us/powerquery-m/table-combine Table.Combine - PowerQuery M | Microsoft Learn Learn more about: Table.Combine tablecombinepowerquerymicrosoftlearn