Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Measure as a row in Metrix

Hello,

I have created one Metrix in power bi where I have used column in row and created measure in value.
but the thing is I want to show some other measure in Metrix as a row.

I have created measure but when I put it in a value section it will show me the measure multiple time for each column value.

earlier created Metrix                   

      21/11/2022                             

A1    120

A2    130

A3    140

A4     150

What I am getting
         21/11/2022

A1   
count 120

Dac(Measure) 160

A2   
count 120

Dac(Measure) 160

A3   
count 120

Dac(Measure) 160

A4   
count 120

Dac(Measure) 160



Expected output

      21/11/2022

A1    120

A2    130

A3    140

A4     150
Dac (Measure) 160

3 Replies

  • ddpl's avatar
    ddpl
    Icon for Solution Sage rankSolution Sage

    Anonymous ,

     

    You can utilize total of rows value(Row Subtotals) to display your requirement.

    And create measure with the use of IF & HasOneValue functions.

     

    Here the same situation showed but for Column Subtotals, take a look, it might help you.

     

    Courtesy: tamerj1 (Super User) 

    • Anonymous's avatar
      Anonymous
      Not applicable

      ddpl This is an example, I need to create 4 measure like Dac and it should be show at the last on the table.
      is there any way to do that?
      Thanks to provide me that link, But didn't work for me. 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Unfortunately that's not possible currently.