web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Challenge Extended: Tr...
Power Automate
Answered

Challenge Extended: Transposing data but in a weird way

(0) ShareShare
ReportReport
Posted on by 4

I have a resourcing sheet that is regularly populated and automatically to transpose it in to a different format regularly. Its more complicated than normal Transposing from what I can tell.

 

My input is like TableA and I need to change it to TableB. The only real difference is the Date section. Changing it from columns to cells. Help!!

 

TableA - Input

TeamProjectNameUserName1-Jan-221-Feb-22
TeamAProject1User10.50.3
TeamAProject1User20.60.2

 

TableB - Desired automated output

TeamProjectNameUserNameDateAllocation
TeamAProject1User11-Jan-220.5
TeamAProject1User11-Feb-220.3
TeamAProject1User21-Jan-220.6
TeamAProject1User21-Feb-220.2

 

I have the same question (0)
  • MichaelAnnis Profile Picture
    5,727 Moderator on at

    The fastest way to do this would be Excel VBA. Then pad can use the VBA to do it. It’d be much faster than writing each cell one at a time. 

  • MichaelAnnis Profile Picture
    5,727 Moderator on at

    Out of curiosity, did you decide on a workaround for this?

  • Verified answer
    XRQ57 Profile Picture
    206 on at

    Hi

    Using Power Query, you can do it faster.

     

    Load your table in power Query

    - Select all your columns containing the date (Jan and Feb....)

    - unpivot the columns (French traduction sorry)

    and that is it.

    XRQ57_0-1640860306025.png

    Here's the detail of the request (in french)

    let
    Source = Excel.CurrentWorkbook(){[Name="Tableau1"]}[Content],
    #"Type modifié" = Table.TransformColumnTypes(Source,{{"Team", type text}, {"ProjectName", type text}, {"UserName", type text}, {"01-janv-22", type any}, {"1-Feb-22", type any}}),
    #"Tableau croisé dynamique des colonnes supprimé" = Table.UnpivotOtherColumns(#"Type modifié", {"Team", "ProjectName", "UserName"}, "Attribut", "Valeur")
    in
    #"Tableau croisé dynamique des colonnes supprimé"

     

     

  • simonPowerBI Profile Picture
    4 on at

    Merci beaucoup pour votre aide

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 312 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 154 Super User 2026 Season 2

#3
trice602 Profile Picture

trice602 143 Super User 2026 Season 2

Last 30 days Overall leaderboard