Forum Discussion

Frankcf's avatar
Frankcf
Frequent Visitor
10 years ago
Solved

changing how a total is calculated

i have created a power bi report using a table layout. i am reporting to the # of cases using the production orders as a base. the following example displays the issue that i am having. the producti...
  • v-micsh-msft's avatar
    v-micsh-msft
    10 years ago

    Hi Frankcf,

     

    From the image you posted, I suspect you are using Matrix, there is total Row available to show the total value at the bottom of each Row fields.

    Currently it is not available to display the totals in the same row under Matrix Visual in Power BI.

    Table and Matrix Visuals have their own Total calculate functions, and we could also create measure or calculate column to compute the total we want.

    To use the total within the visual, we need enable the show total under Format part of the visual. And the total here would have their own limitation.

    For detailed information based on Table and Matrix, please check:

    How to Use Tables and Matrixes

    Regards