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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Pivot table to be saved as another table

Hi all,

 

Answer to this query is really important for me. 

 

I have a table with certain variables and I want to create a pivot table on that similar to excel. And I want to save this data of pivot table as an another table in Power BI, so that I can join the table with my base table. 

 

Cheers

Shruti 

 

 

 

 

1 ACCEPTED SOLUTION
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Please share your file or a dummy sample. We need to do it with DAX or Power Query. So we can't talk about it without data.

It could be something like this:

Pivot_table_to_be_saved_as_another_table

 

Best Regards,

Dale

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

View solution in original post

4 REPLIES 4
v-jiascu-msft
Employee
Employee

Hi @Anonymous,

 

Please share your file or a dummy sample. We need to do it with DAX or Power Query. So we can't talk about it without data.

It could be something like this:

Pivot_table_to_be_saved_as_another_table

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-jiascu-msft

 

I want something like shown below:

 

DataDataOutputOutput

Hi @Anonymous,

 

Seems you have gotten the solution. The formula could be:

Table = SUMMARIZE('Table1', 
            Table1[Col2],
            Table1[Col1], 
            Table1[Col4],
            "Sum of Col3", sum(Table1[Col3]))

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-jiascu-msft

 

Yes I ahve gotten the solution, thank you so much

 

Regards

Shruti

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.