Forum Discussion
Anonymous
6 years agoNot applicable
Previous week value
Hi All, I would like to create a measure value to get previous week value. I dont want to use today-7. Also the below data is for jan 2020 where the data is present in the weekly manner. T...
Anonymous
6 years agoNot applicable
Hi zoloturu
Could you please attach the Pbix file for the below code which you tried?
Measure Week-1 =
VAR __current_week = ( 'TableName1'[Week] )
VAR __delimiter_position = ( "-", __current_week, 1, 0 )
VAR __previous_week_number = ( LEFT ( __current_week, __delimiter_position - 1 ) ) + 1
VAR __year = ( __current_week, 4 )
/* OR use __year = MAX('TableName1'[Year]) if separate column for year exists */
VAR __previous_week = __previous_week_number & "-" & __year
RETURN
CALCULATE (
SUM ( 'TableName2'[Sales'] ),
FILTER ( ALL ( 'TableName1' ), 'TableName1'[Week] = __previous_week )
)I am gettting so many doubts thats why.
'TableName1'[Week] is a measure?
Thanks
zoloturu
6 years agoMemorable Member
Hi Anonymous ,
I wrote this code without PBIX.
'TableName1'[Week] is your week column ("04-2020", "05-2020")
Regards,
Ruslan Zolotukhin (zoloturu)
BI Engineer at Akvelon Inc. / Kharkiv Power BI User Group Leader / DAX & Power BI Trainer
-------------------------------------------------------------------
Did I answer your question? Mark my post as a solution!
It was useful? Press Thumbs Up!
You are from Ukraine? If yes then welcome to Power BI User Group - KhPUG website. Other country? Check and find proper one - Power BI User Groups