Forum Discussion

henry24007's avatar
henry24007
Helper I
4 years ago
Solved

question about power query

how can I make table 1 to table 2? 1. a  b  a  b  1 2 3 4   2. a b 1 2 3 4 2023 data? 2023 data?   also, if first a and b is 2021 dataset,  and second a and b...
  • rohit_singh's avatar
    4 years ago

    Hi henry24007 ,

    You will need to perform the unpivot all columns operation in power query. This will ensure that any other columns that you add will also be included in the operation after every refresh.

    Please note that two columns cannot have the same name, so Power query will append a suffix automatically. You can simply perform a replace operation to remove the suffix.

    You can then use the attribute column as the slicer in your report.

    As for year, you either need to include that as a separate column in your dataset, or add a conditional column based on certain rules to map each row to a year.

    Kind regards,

    Rohit


    Please mark this answer as the solution if it resolves your issue.
    Appreciate your kudos! 🙂