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
AnetaK
Helper V
Helper V

LY YTD complicated version

Hi,

 

I would like to have two card visuals. First - Revenue CY, second - revenue LY YTD. I have also a year slicer.

 

If I filter on year 2018 they should show CY: Jan/1/2018 - March/3/2018, LY: Jan/1/2017 - March/3/2017.

BUT... if I filter on 2017 (or earlier) cards should show whole year, CY: Jan/1/2017 - Dec/31/2017, LY: Jan/1/2016 - Dec/31/2016.

 

I also want to show this data in a table (revenue by product and year/month).

 

Do you have any idea what to do?

 

 

 

3 REPLIES 3
BalaVenuGopal
Resolver I
Resolver I

Hi @AnetaK ,

 

Use  TOTALYTD for First - Revenut CY

Use PREVIOUSYEAR for Second - revenut LY YTD

 

Bellow is syntax , Use Values(Your Year Column) to get selected value from slicer


=TOTALYTD(SUM(InternetSales_USD[SalesAmount_USD]),DateTime[DateKey], ALL(‘DateTime’), “6/30”)

=CALCULATE(SUM(InternetSales_USD[SalesAmount_USD]), PREVIOUSYEAR('DateTime'[DateKey]))

It doesn't work 😞

The LY measure shows value for whole 2017 not just two months.

Should I use Calendar[Date] column in the syntax?

 

Revenue LY = CALCULATE(SUM(PowerBI[Revenue]); PREVIOUSYEAR('Calendar'[Date]))

Hi @AnetaK,

 

If you can please share some sample data/pbix file for test.
It is hard to direct code dax formula based on your description without any detail information.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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.