- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Urgent! on select weekending date from slicer, all weekending dates of that quarter should listed.
Hi champs!
Please help on below query if someone has done this kind of requirement or if it is possible in Power BI.
I have slicer with weekending dates, now I want to create stacked column chart with all weekending dates of quarter of the selected date. Basically, If i select any weekending date from slicer than all weekending dates of that quarter should be displayed.
Report PBIX link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Why don't you make a slicer with quarter? Then it's way much easier to filter out undesired dates.
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LeanAndPractise(Everyday) ) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@ThxAlot Yeah I know that but My other visuals are working on weekending dates and i want to add one more stacked column chart controlled by existing weekending date slicer.
I have created 2 measures which provides start date of quarter and end date of quarter based on weekending date selected in slicer however, I am not able to use them while creating new table in calendar formula where we can list down selected weekending date quarter dates in one column than we can create another column weekdningQtr from Qtrdate column than we can use that weekending date column in stacked column chart in x-axis.
can someone help can we use measures in calendar formula to list down all dates based on start and end date measures. Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Easy logic but verbose syntax,
Weekendings in Qtr =
CONCATENATEX(
FILTER(
DATESBETWEEN(
CalendarDate[Date],
STARTOFQUARTER( CalendarDate[Date] ),
ENDOFQUARTER( CalendarDate[Date] )
),
WEEKDAY( CalendarDate[Date], 2 ) = 7
),
CalendarDate[Date],
" | "
)
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LeanAndPractise(Everyday) ) |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@ThxAlot This is providing in measure but i need these dates in column of new table. Thanks for trying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@ThxAlot Thanks for your reply, I will check to imlement it, As i can see you have not selected weekending date slicer instead of Calendar date

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
Anonymous
| 11-08-2023 03:28 AM | ||
07-22-2024 04:04 AM | |||
03-11-2024 11:26 PM | |||
08-22-2024 11:02 AM | |||
05-27-2024 04:23 PM |
User | Count |
---|---|
83 | |
81 | |
52 | |
37 | |
36 |
User | Count |
---|---|
104 | |
85 | |
47 | |
43 | |
42 |