Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6945537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:26:55+00:00 2026-05-27T13:26:55+00:00

I use this for LastYTD ROUND( SUM(YTD(ParallelPeriod([Invoice Date].[Date Hierarchy].[Year] , 1 , [Invoice Date].[Date

  • 0

I use this for LastYTD

ROUND(
    SUM(YTD(ParallelPeriod([Invoice Date].[Date Hierarchy].[Year]
        , 1
        , [Invoice Date].[Date Hierarchy].CurrentMember))
        , [Measures].[Revenue]
    ),
    2
)

Now I need full last year, not YTD. How to do that?

UPDATE:

II have tried following but it shows results only on Year level.

ROUND(
    SUM(YTD(ParallelPeriod([Invoice Date].[Date Hierarchy].[Year]
        , 1
        , ClosingPeriod([Invoice Date].[Date Hierarchy].[Year],
            [Invoice Date].[Date Hierarchy].CurrentMember)
        )
        )
        , [Measures].[Revenue]
    ),
    2
)

SCREENSHOT
enter image description here

Query 2:

ROUND(
    SUM(ParallelPeriod([Invoice Date].[Date Hierarchy].[Year]
        , 1
        , [Invoice Date].[Date Hierarchy].CurrentMember)
        , [Measures].[Revenue]
    ),
    2
)

Results:

enter image description here

UPDATE3:

This is what I need:
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:26:56+00:00Added an answer on May 27, 2026 at 1:26 pm

    I was able to do this with 2 calculations

    CREATE MEMBER CURRENTCUBE.[MEASURES].[Revenue FY]
    AS SUM((ANCESTOR([Date].[Y-Q-M-D].Currentmember, [Date].[Y-Q-M-D].[Year])), [Measures].[Revenue]), 
    FORMAT_STRING = "#,#", 
    VISIBLE = 1  ; 
    CREATE MEMBER CURRENTCUBE.[MEASURES].[Revenue FY LY]
    AS (PARALLELPERIOD( [Date].[Y-Q-M-D].[Year], 1,[Date].[Y-Q-M-D] ),[Measures].[Revenue FY]), 
    FORMAT_STRING = "#,#", 
    

    I hope this can help you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use this constructor to make objects for a game. Right now, the series
I use this shell script inside applescript: set Date to (do shell script date
I use this code from another question: private bool NthDayOfMonth(DateTime date, DayOfWeek dow, int
I use this date picker . I need input to be empty on page
I use this code to get Server Date but I really don't understand.CreateDateTime() is
I use this in my script: $xml = file_get_contents('gapi.account.php'); print_r($xml); Easy, right? But now...
use this website a lot but first time posting. My program creates a number
I use this function for transforming URLs to images on output. function InsertLink(T){ var
i use this line of code : [self parseXMLFileAtURL:url]; And i get this error
I use this script in two different servers: function curlGetFileInfo($url, $cookies=default){ global $_config; $ch

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.