Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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.