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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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