Forum Discussion

Sean-OReilly's avatar
Sean-OReilly
Icon for Helper IV rankHelper IV
6 years ago
Solved

how do i remove a total from a Table ?

Hi

Please see below.

How do i remove the total from the column "1-sub job 0 name" in the below table?

The field value = text ... i don't know why it is creating a total for this column.

it is based on a measure

 

 

  • Sean-OReilly  change your measure like this

     

    1-sub job 0 name = 
    IF ( HASONEVALUE ( YourTable[Job_Number] ), <measure expression> )

     

    I would ❀ Kudos if my solution helped. πŸ‘‰ If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    ⚑Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚑

5 Replies

  • Sean-OReilly  change your measure like this

     

    1-sub job 0 name = 
    IF ( HASONEVALUE ( YourTable[Job_Number] ), <measure expression> )

     

    I would ❀ Kudos if my solution helped. πŸ‘‰ If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    ⚑Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚑

  • Make sure that it is marked as  "don't summarize". Perhaps some aggregation mistakenly got selected.