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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Faye1901
Helper I
Helper I

YTD Measure with Filter Context

Hi All


I have a YTD measure with a view to showing the YTD total value of some product, but it loses the filter context applied to the page. I need a YTD that keeps filter context.

See current measure here: $ Value YTD = TOTALYTD([$ Value], 'dim A - Transaction Date'[Calendar Date], allselected('dim A - Transaction Date'[Financial Year Short]), "7/31")


I'm expecting the sum of the Current Year $ from the summary table but I'm getting something totally different because of the filter context issue.snip.PNG

 
Cheers
Faye

 

 

1 ACCEPTED SOLUTION
V-pazhen-msft
Community Support
Community Support

@Faye1901 

Did the above replies helped you to solve your problem. If so please mark the solutions. 

If not, you may try ALL(Table) as the filter context.

$ Value YTD = TOTALYTD([$ Value], 'dim A - Transaction Date'[Calendar Date], All('dim A - Transaction Date'), "7/31")

 

Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
V-pazhen-msft
Community Support
Community Support

@Faye1901 

Did the above replies helped you to solve your problem. If so please mark the solutions. 

If not, you may try ALL(Table) as the filter context.

$ Value YTD = TOTALYTD([$ Value], 'dim A - Transaction Date'[Calendar Date], All('dim A - Transaction Date'), "7/31")

 

Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

AiolosZhao
Memorable Member
Memorable Member

Hi @Faye1901 ,

 

I think you need to change the allselected() function to allexcept() function.

 

$ Value YTD = TOTALYTD([$ Value], 'dim A - Transaction Date'[Calendar Date], allexcept('dim A - Transaction Date'[Financial Year Short]), "7/31")

 

Please try.

 

Aiolos Zhao

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Ashish_Mathur
Super User
Super User

Hi,

Does this measure work?

$ Value YTD = calculate([$ Value],datesytd('dim A - Transaction Date'[Calendar Date],"7/31"))


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Greg_Deckler
Super User
Super User

@Faye1901 - I agree with @lbendlin 

 

But, you may find this helpful - https://community.powerbi.com/t5/Community-Blog/To-bleep-With-Time-Intelligence/ba-p/1260000

Also, see if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...
lbendlin
Super User
Super User

please provide sample data and expected output.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.