Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Transpose multiple rows in to multiple columns in directquery

Hi All, can anyone please help me to transpose question colum into rows. And it should have its correseponding answer. I am pulling data from bigquery. column 1 (Number) has 5 entries for...
  • Daniel29195's avatar
    Daniel29195
    2 years ago

    Anonymous 

    oh wow, 

    well yes,  directquery wont work with power query pivoting table , it will ask you to use import mode instead.

     

    what about pivoting the table in the backend , with sql , or oracle or any language you are using in the backend 

     

     

    or another approach maybe useful for you and easier in the backend. 

    you can still use the matrix visual

    and for the naming of the questions, you can create a new column callled, mapped questions name.

    and for the requirement of that you dont want to show all questions, you can in the filter pane -->  filter on the visual, choose the questions that you want to show . 

     

     

     

     

    does this help you solve your problem ?