Hello experts,
I have the following line in my Power Query script:
= Table.SelectRows(_uniques, each ([PC] = "3730"))
I'd like that 3730 to be a reference to a cell. The reason for this - I have 5-6 queries that filter by PC, and it would make it easier than going into each query and typing in the new number.
Thanks!
I have the following line in my Power Query script:
= Table.SelectRows(_uniques, each ([PC] = "3730"))
I'd like that 3730 to be a reference to a cell. The reason for this - I have 5-6 queries that filter by PC, and it would make it easier than going into each query and typing in the new number.
Thanks!