From 15a3657cbb0c0dfd32cd99e406c36765714cef95 Mon Sep 17 00:00:00 2001 From: Dan Oxlade Date: Wed, 8 Jan 2025 19:03:27 +0000 Subject: [PATCH] fix typo in the description attribute --- calculations/Store and Web Purchase Amount Growth.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calculations/Store and Web Purchase Amount Growth.yml b/calculations/Store and Web Purchase Amount Growth.yml index d8a9771..857dfa7 100644 --- a/calculations/Store and Web Purchase Amount Growth.yml +++ b/calculations/Store and Web Purchase Amount Growth.yml @@ -1,7 +1,7 @@ unique_name: Store and Web Purchase Amount Growth object_type: metric_calc label: Store and Web Purchase Amount Growth -descriptions: Combined web and store purchase growth +description: Combined web and store purchase growth expression: |- [Measures].[Store and Web Purchased Amount] / - (ParallelPeriod([Sold Date Dimensions].[Sold Date Week Hierarchy].[Sold Calendar Year Week], 1, [Sold Date Dimensions].[Sold Date Week Hierarchy].CurrentMember), [Measures].[Store and Web Purchased Amount]) \ No newline at end of file + (ParallelPeriod([Sold Date Dimensions].[Sold Date Week Hierarchy].[Sold Calendar Year Week], 1, [Sold Date Dimensions].[Sold Date Week Hierarchy].CurrentMember), [Measures].[Store and Web Purchased Amount])