Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
mhtmshr07
New Member

Using values in date column as headers, pivot to get other column values in new created columns

Hi all, 

The below screenshot is how I have the data available in raw form and another screenshot is the mockup of how I want the final visualization in Power BI. 

There are multiple values in the _Load_Date column(weekly snapshots) and Org_Name is getting repeated for each week.   


I am trying to see values in _Load_Date column as new columns(Current Week and Previous Week) and the values from  Plan_Launch_Grow populated inside Current_Week and Previous_Week (new columns) correspondingly for that week's snapshot. 
 Same thing for % change in LIC_UTL (License_Utlization) and Ratio_Of_Active_Users.



Screenshot 1 (raw data)

mhtmshr07_2-1666805660625.png  

Screenshot 2 (mockup)

mhtmshr07_4-1666806298167.png

More than happy to explain more if needed.
Thank you so much for your help!

1 REPLY 1
Anonymous
Not applicable

Hi @mhtmshr07 ,

 

It's possible. There's a matrix visual you want in Power BI Desktop.

And about Current Week and Previous Week, you could use the WEEKNUM() function to return the week number within a year in Desktop or the solution completed in Power Query: 

powerbi - Display previous week value and difference in Power BI - Stack Overflow

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors