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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Export data with field column

Hi Superstars,

 

My data lives in a table with metrics in their own column, which has made it awesome for letting users dynamically modify their report views because we have 50 or so metrics. So the base table looks something like this:

ID        Category      Metric       Value

1          A                  Name        Item A

2          A                  Price          5.20

3          A                  Quantity    8

4          B                  Name        Item B 

etc...

 

I have the report set up with a matrix visual, with [Category] as a row header and [Metric] set as the column headers, so the users see:

Category    Price   Name    Quantity   Other-Metrics-Selected-by-user-with-filters

A                5.20     Item A   8              abc

B                4.50     Item B   6              xyz

 

With this method though, when a user uses the "export data" function, the extract returns data in the format of my table, with the Metric listed as a column. This is fine for users who know how to use pivot tables, but we have a bunch of people who don't and pretty much need this data to come out with Metrics across columns.

 

Does anyone have ideas for how I could do this? The only thing I can think of is basically making a copy of the table with all metrics in the new format, but that would lose the dynamic functionality on the report they would be extracting from, plus i think it's unneccessary to have to load the data twice.

 

Would love some bright ideas! ❤️

1 ACCEPTED SOLUTION
Icey
Community Support
Community Support

Hi @Anonymous ,

Based on my research, it is not supported in Power BI now.

One workaround, you may try File-> Export to PDF instead in Power BI Desktop.

Besides, I found there is a same feature request posted in Power BI Idea forum, you can vote and comment on it: Allow Table and Matrix Data Exports to Match PowerBI Visual.

 

Best Regards,
Icey

 

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

1 REPLY 1
Icey
Community Support
Community Support

Hi @Anonymous ,

Based on my research, it is not supported in Power BI now.

One workaround, you may try File-> Export to PDF instead in Power BI Desktop.

Besides, I found there is a same feature request posted in Power BI Idea forum, you can vote and comment on it: Allow Table and Matrix Data Exports to Match PowerBI Visual.

 

Best Regards,
Icey

 

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

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors