Forum Discussion
User4520
1 year agoNew Member
Show certain timeframe upon opening report
I have 12 months worth of data. It looks very congested on the page when displaying all 12 months. Can I only show 6 months default upon opening, like a filter preset, with still having the user be able to add/filter the timeframe once opened?
2 Replies
- Syndicate_Admin
Administrator
Hello, Good day
I had the same thing, but I wanted to always show the current week and I did the following, in a calendar table I added this columnCurrent Week = IF('General Calendar'[Week] = WEEKNUM(TODAY()) && 'General Calendar'[Year] = YEAR(TODAY()),"Yes","No").
Then in the model view I left it as the default segmenter, so that
In the same way, when you deselect it, you can see all the data
You can do the same perhaps with CURRENT MONTH + 6, or easier, Separate the Year into SEMESTERS 1 and 2
I hope I have helped you
Best regards