Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
I have a requirement where the ask is to export underlying field values which were used to derive the KPI in Power BI Service
source data:
Product | Value | Volume |
A | 100 | 10 |
B | 20 | 5 |
C | 4 | 2 |
D | 50 | 5 |
Price=value/volume
Power BI visual:
Product | Price |
A | 10 |
B | 4 |
C | 2 |
D | 10 |
the ask is : "Export data of above power bi visual should have Value/Volume column in it .Is there a way to achieve this? "
Hi @Arul ,
Thanks for your reply.
But I am looking for a solution where I dont have to add value and volume in visual for exporting.