Filter Based on Cell Values in Power Query | DYNAMIC Power Query Filters

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 25

  • @jeezzrom905
    @jeezzrom905 Год назад +1

    Since months I have been looking for something like this! Very useful! Thank you so much!

  • @IvanCortinas_ES
    @IvanCortinas_ES Год назад

    Excellent demonstration of the versatility of Power Query. Great video. Thank you Alan.

  • @briandennehy6380
    @briandennehy6380 Год назад

    I had this exact situation arise recently and wasn't sure if it was possible. Thanks Alan!

  • @ExcelWithChris
    @ExcelWithChris 3 месяца назад

    Love it! Just what I was looking for today. Greetings from South Africa

  • @JoshMotley-w7p
    @JoshMotley-w7p Год назад

    This is great! Any way to have no data in the PQ table if no selection is made? Mine defaults back to the previous selection's data

  • @tutorielexcelwordetppt4075
    @tutorielexcelwordetppt4075 8 месяцев назад

    You just saved my week. Many Thanks for this wonderful video :)

  • @Luciano_mp
    @Luciano_mp Год назад

    Thank you Alan!

  • @christophoramorim
    @christophoramorim Год назад

    Muito obrigado, me ajudou bastante.

  • @bishop044
    @bishop044 5 месяцев назад

    It is even possible to send the cell contents into the WHERE clause of an SQL query in order to filter the data source instead of downloading the database and applying the filter in PwQ

  • @teoxengineer
    @teoxengineer Год назад

    Alan hi, thank you for this very useful tutorial.
    As I see, when we change variable from the list, we have to refresh worksheet everytime to extract all values from the table.
    How can we automate it without clicking the refresh button?

    • @Computergaga
      @Computergaga  Год назад

      My pleasure, Emre.
      You're right. We would require VBA to automate the refresh on a cell value change.
      PQ only has options for timing refreshes or on workbook open.

  • @Karex-u6v
    @Karex-u6v 2 месяца назад

    Hey, this was amazing, but I got some issue. I did like you show, it seems to work but then it give me an error "(step 'AutoRemovedColumns1') references other queries or steps, so it may not directly access a data source. Please rebuild this data combination." but there is no 'AutoRemovedColumns1 step. If I change it to hard coded value it work. Can you help me with this issue?

    • @Karex-u6v
      @Karex-u6v 2 месяца назад

      Value is int64.type and it gives asked rows qty. I have query were I added index column and filtering it by 'is less than or equal to'

  • @scottsheldon31
    @scottsheldon31 Год назад

    Great video! How do I get data between two order dates? I have tried your method for the end date, but I receive an error message saying, "Expression.Error: We cannot apply operator < to types Table and Date.
    Details:
    Operator=<
    Left=[Table]
    = Table.SelectRows(#"Changed Type4", each [Patient In Room Start] >= #"Beg Date" and [Patient In Room Start]

  • @Youtube123itv
    @Youtube123itv Год назад

    Good day Computer gaga please direct me to your video where show how to start up excel for uk49s lotto and generator for winning numbers please Sir as I am new to learning and understanding excel🙏🙏🙏Thank you

  • @jerrydellasala7643
    @jerrydellasala7643 Год назад

    TIP: If you NAME the cell, a Table won't be created in the Worksheet making the Worksheet neater. PQ will import the Cell's Name and make it a single row, single column table with the header Column1. Guess that's why it's called "From Table/Range"!
    Also, although it rarely happens, it's worth converting text in the Name and Extension columns to Lower Case in a Folder Import ti insure that all the files end with .xlsx or whatever.

    • @Computergaga
      @Computergaga  Год назад

      Thanks for the tips Jerry 👍 I use the lower case format option all the time, including in this video.