Forum Discussion
Power BI Slicer
- 2 years ago
Hi, Jetlee_V
Measure = IF(SELECTEDVALUE(Sheet1[First Monday])=CALCULATE(MAX(Sheet1[First Monday]),ALL(Sheet1)),1,0)Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Jetlee_V
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with pictures or Excel. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi v-zhangti ,
The required file is attached below, here I tried the above said methods but, I'm not getting the required answer.So, I'm reposting the requirement again the Slicer which is in blue colour should display the recent Monday date as default and it needs to give the data from earliest date till Monday(If today is Monday) or need to give data till last Monday of present week.
Demo_file
Thanks in advance,
Jetlee
- v-zhangti2 years agoCommunity Support
Hi, Jetlee_V
Measure = IF(SELECTEDVALUE(Sheet1[First Monday])=CALCULATE(MAX(Sheet1[First Monday]),ALL(Sheet1)),1,0)Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Jetlee_V2 years agoFrequent Visitor
Hi v-zhangti ,
This is relevant answer but still I need the slicer should have all other dates among them the most recent monday should be selected as default ,but still thanks for helping for the answer that I was searching .Thanks for ur help v-zhangti and for 123abc for the before response.