Forum Discussion
AS1110
3 years agoFrequent Visitor
Need help with exporting data
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? "