Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
abc_777
Solution Specialist
Solution Specialist

Total cell hide

Hi

 

I want to show the value for 

 

Total for actual Quantity measue -  17.50 KG

 

but want to hide

Total for  total Sales Measure - 31,806.25 

 

abc_777_0-1638942535190.png

 

1 ACCEPTED SOLUTION
Aburar_123
Resolver IV
Resolver IV

@abc_777 ,

 

You can use the HASONEVALUE function as below,

 

SkipTotal = IF(HASONEVALUE('Date Dim'[Month_Year]),'Measure Table'[Lasgt_6_months_Sales],blank())

Aburar_123_0-1638945495115.png

 

View solution in original post

9 REPLIES 9
Aburar_123
Resolver IV
Resolver IV

@abc_777 ,

 

You can use the HASONEVALUE function as below,

 

SkipTotal = IF(HASONEVALUE('Date Dim'[Month_Year]),'Measure Table'[Lasgt_6_months_Sales],blank())

Aburar_123_0-1638945495115.png

 

can i hide two or more total cell value?

@abc_777 ,

 

You need to apply same logice for other measures that you dont want Total.

really great abarur.

 

thanks man.

 

As Salamualukym

 

 

AliceW
Impactful Individual
Impactful Individual

Use the column format! Choose to display the total (and not the title and values) in WHITE. Boom, you have an invisible total. Not fancy, but it works for me!

abc_777
Solution Specialist
Solution Specialist

can you help me with detail steps please

AliceW
Impactful Individual
Impactful Individual

Got you covered, abc!

So, in the Desktop version, you click on the table.

Then, you go to 'Field Formatting'.

AliceW_0-1638945372742.png

 

You select the column you want.

Then, 'Font color', select white.

Then, 'Apply to totals', and NOT to header and values.

 

AliceW_1-1638945464013.png

 

 

amitchandak
Super User
Super User

@abc_777 , if you want to hide grand total, in the measure you check for isinscope and return blank when none of rows are in scope 

 

if(not(isinscope(Table[User_barcode]) ) , blank(), [Sales Measure])

@amitchandak 

 

I have values in quantity measure and total sales measure. but when i come in grand total row I want to show grand quantity measure total but not grand total sales measure. 

 

it would be good if you please explain little bit more

 

thanks

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.