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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.