Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

How to set the custom value to Total row?
09-10-2021
03:31 AM
Hello, I have a table with the total, how I can set custom values to the total row?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2021
04:36 AM

@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/
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2021
04:36 AM

@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/

Helpful resources
Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
117 | |
99 | |
84 | |
53 | |
47 |