Forum Discussion
Power BI for Analyses on Excel
Hello,
Is it possible to set measures as Rows on Analysis for Excel just like we have the option on PowerBI to transpose Measures from Columns to Rows?
I have the following report to build
Thanks
Veemal
Hi, VeemalS
Measure can be displayed as rows in Excel analysis. But it cannot be added directly to Rows. Please refer to the following examples.
Measure = DIVIDE ( ABS ( CALCULATE ( SUM ( 'Table'[Actual] ) - SUM ( 'Table'[Expected] ) ) ), CALCULATE ( SUM ( 'Table'[Actual] ) ) )Select Analyze in excel in service.
Best Regards,
Charlotte Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- amitchandak
Super User
VeemalS , Yes in Matrix, you have an option Show On row
- v-zhangti
Community Support
Hi, VeemalS
Measure can be displayed as rows in Excel analysis. But it cannot be added directly to Rows. Please refer to the following examples.
Measure = DIVIDE ( ABS ( CALCULATE ( SUM ( 'Table'[Actual] ) - SUM ( 'Table'[Expected] ) ) ), CALCULATE ( SUM ( 'Table'[Actual] ) ) )Select Analyze in excel in service.
Best Regards,
Charlotte Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.