Reply
TarasHrytsak
Frequent Visitor
Partially syndicated - Outbound

How to set the custom value to Total row?

Hello, I have a table with the total, how I can set custom values to the total row?

TarasHrytsak_0-1631269840477.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

Syndicated - Outbound

@TarasHrytsak , Yes use isinscope or isfiltered if needed

 

Use for all the rows in if and do for each

 

for each measure

if(not(isinscope(Table[Month])), [Total measure], [Target revenue])

 

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

Syndicated - Outbound

@TarasHrytsak , Yes use isinscope or isfiltered if needed

 

Use for all the rows in if and do for each

 

for each measure

if(not(isinscope(Table[Month])), [Total measure], [Target revenue])

 

https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
avatar user

Helpful resources

Announcements
March PBI video - carousel

Power BI Monthly Update - March 2025

Check out the March 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)