Forum Discussion
fabconmvp
1 year agoHelper I
DAX Help
Hello everyone, I need help about dax. First of all ı have a table visualization in PBI. And below the image is example of how PBI visualization. I have 2 table. 1 Fact table and other DimDate tab...
- 1 year ago
Hi fabconmvp
Please check this
Max_Weekly_Value_Per_Week =VAR CurrentWeek = SELECTEDVALUE('date'[Week])VAR WeeklyValues =CALCULATETABLE(SUMMARIZE(Sheet2,'date'[Week],Sheet2[Value]),ALLEXCEPT('date', 'date'[Week]))RETURNMAXX(FILTER(WeeklyValues, 'date'[Week] = CurrentWeek), [Value])
fabconmvp
1 year agoHelper I
Hello,
İt doesn't work. The values doesn't change. Thank you for support.
Ashish_Mathur
1 year agoSuper User
You are welcome. Share the download link of the PBI file.