Hi @v-yiruan-msft,
Thanks for the response. I have solved this issue. For this I have created a week number calculated column and month no calculated column. I have mapped month = selectedvalue(month no) && week number=selectedvalue(week number) by using this condition I have got the coresponding month for selected week and selected year. Below is the measure which I have created for week&month hierarchy.
Hi @Anonymous ,
Is the month slicer referencing the Month field from the Date Hierarchy? If so, please try to create a new calculated column as follows to get the Month, and then use this calculated column to replace the Month field in the previous Date Hierarchy. Later, check if only the corresponding month be displayed when specific year and week be selected. Please find the details in the attachment.
Month = FORMAT('2020 Master Sheet'[Date],"MMMM")
Best Regards
Hi @v-yiruan-msft,
Thanks for the response. I have solved this issue. For this I have created a week number calculated column and month no calculated column. I have mapped month = selectedvalue(month no) && week number=selectedvalue(week number) by using this condition I have got the coresponding month for selected week and selected year. Below is the measure which I have created for week&month hierarchy.
Hi @Anonymous ,
It's glad to hear that your issue has been resolved. And thanks for sharing your solution here. Could you please mark your post as Answered? It will help the others in the community find the solution easily if they face the same issue as yours. Thank you.
Best Regards
@Anonymous , not very clear, if year , week and month coming from same table, then they should filter the slicer
Hi @amitchandak,
Thanks for the response. Yes, Year, Month and week coming from same table but it's not working. If I select year and week number then the data is changing and getting expected results but If I select Year, Month and week number then I am not getting exepected result. So, basically Month is not getting filtered here and I didn't understand the reason.
Best Regards,
SW
User | Count |
---|---|
119 | |
59 | |
58 | |
50 | |
41 |
User | Count |
---|---|
112 | |
63 | |
61 | |
55 | |
48 |