Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Within embedded PowerBI it is possible to export the underlying data of a specific visual:
When I export an visual containing measures I no longer gain the measure output in my Excel file. This used to be the case.
For example:
I have an table containing amount and category:
| 1 | A |
| 2 | A |
| 3 | B |
| 4 | B |
| 5 | C |
I create an measure "measure = SUM('Table'[amount])')+1" and create the following matrix visual:
Exporting this results in the following table in Excel:
Not returning the measure values.
Before it would return all values within the table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.