Forum Discussion

VeemalS's avatar
VeemalS
Icon for Helper I rankHelper I
4 years ago
Solved

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  ...
  • v-zhangti's avatar
    4 years ago

    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.