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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

get a filtered value of PYTD

Hello all,

I have created measures of YTD(Current YTD) and LYTD(Previous YTD) and displaying in the matrix as shown in the screenshot below.
measure.JPG

 



I am trying to filter the PYTD by type as shown below but results BLANK. Why does this happen ? If I filter YTD value by Type then it shows be the correct value.


PYTD NetSales = CALCULATE(VALUE([Final_TotalLYTD]), FILTER(ALLSELECTED(FinalTable), FinalTable[Type]="NetSales"))
pytdnet.JPGYTD NetSales = CALCULATE(VALUE([Final_TotalYTD]), FILTER(ALLSELECTED(FinalTable), FinalTable[Type]="NetSales"))
cytdnet.JPG

 

Can anyone help me on this ? Thanks in advance ....

1 REPLY 1
amitchandak
Super User
Super User

Your formula seems fine. unless you have some filter in [Final_TotalLYTD], or you have not typed "NetSales" correctly. Just copy-paste the YTD formula and change  the name and VALUE([Final_TotalLYTD]) and try

 

If possible please share a sample pbix file after removing sensitive information.Thanks.
Proud to be a Datanaut My Recent Blog -
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors