Forum Discussion
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
- parry2k
Super User
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.β‘
- Sean-OReilly
Helper IV
Thanks Parry - you are legend π
- Tahreem24
Super User
Make sure that it is marked as "don't summarize". Perhaps some aggregation mistakenly got selected.
- Tahreem24
Super User
Thanks, Parry! I could not see the screenshot attached.
Try the below thread, I hope you would get some idea:
https://community.powerbi.com/t5/Desktop/Hide-Columun-Measure-Total/m-p/811234