Forum Discussion

Stharwani's avatar
Stharwani
Advocate II
8 years ago

Dax: convert monthly data to weeks

Hi team,   I am using this formula to show week number Weeks = ROUNDDOWN(('Date'[Date] - 'Date'[StartOfFY]+2)/7,0)+1    When I try to show it along with months on a bar chart, the shared week app...