#changed

  1. S

    Reverse of Fill Down in PQ

    Hi How can i do the reverse of Fill Down in PQ. ie remove the duplicate and keep only the first one in a column (Eg "Store" in the below code) let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Store", type text}...
  2. S

    Input variable in pq

    Hi i have made a date input variable as below(query Name DATETABLE which returns correct result eg 10 Apr 2018 let Source = Excel.CurrentWorkbook(){[Name="DATE"]}[Content], #"Changed Type1" = Table.TransformColumnTypes(Source,{{"ReportDate", type datetime}}), #"Changed Type2" =...
  3. S

    Table from input variable

    Hi I am trying to create a table from date input variable PeriodFrom variable let Source = Excel.CurrentWorkbook(){[Name="Table3"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"DateFr", type date}}), AddCri01 = Record.Field(#"Changed Type"{0},"DateFr") in...
  4. D

    Power Query Dynamic File Path & Name

    I have a dynamic table called "NewFilePath" with a header "FILE_LOCATION" which I have imported into PowerQuery using the following M which works: let Source = Excel.CurrentWorkbook(){[Name="NewFilePath"]}[Content], FileCriteria = Record.Field(Source{0},"FILE_LOCATION") in...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top