asked on
ASKER
Periodstodate(
[great_outdoor_sales_en].[Years].[Years].[Quarter],
[great_outdoor_sales_en].[Years].[Years].[Month]->?PMonth?
)
ASKER
EXCEPT(
Periodstodate(
cubename.[All Dates].[All Dates].[Fiscal Year],
lastSibling(
item(
filter(cubename.[All Dates].[All Dates].[Fiscal Period],
caption([FIN_PL_CUBE_V2].[All Dates].[All Dates].[Fiscal Period]
) = ?MonthParam?
),0
)
)
),
Periodstodate(
cubename.[All Dates].[All Dates].[Fiscal Year],
item(
filter(cubename.[All Dates].[All Dates].[Fiscal Period],
caption([FIN_PL_CUBE_V2].[All Dates].[All Dates].[Fiscal Period]
) = ?MonthParam?
),0
)
)
Databases are organized collections of data, most commonly accessed through management systems including schemas, tables, queries and processes that allow users to enter and manipulate the information or utilize it in other fashions, such as with web applications or for reporting purposes.
TRUSTED BY
IF ([Report Date] <= ?PromptDate?)
THEN ([Actual Value])
ELSE([Budget Value])