Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register 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.