Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
Kindly guide me on this
How can I show column & line chart based on a date range filter (Slicer)
Date range format like the below shown image
Solved! Go to Solution.
@Anonymous
You can use the YearMonth in your slicer and chagnet the style to "Between" under options in the formatting pane:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
unable to understand what challeges you are facing. I am sure you put date in X axis and value in Y axis. Now what wrong going on. please elaborate.
Hi Rupak,
Many thanks for your reply.
Image 1 shows my graph and the date slicer. I want to change my date range slicer simlar to image 2
Image 1
Image 2
@Anonymous
You can use the YearMonth in your slicer and chagnet the style to "Between" under options in the formatting pane:
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi,
I tried to add the Year Month Sort, However its not working as expected.
It does not showing the between options
This is my Calender Table
@Anonymous
Make sure the column is a number. Check out my dates table where the "Year Month No" is a number column which will allow it to be used on a slicer.
Dates =
ADDCOLUMNS(
CALENDAR("01/01/2020","31/12/2021"),
"Month No" , MONTH([Date]),
"Month Name", FORMAT([Date],"Mmmm"),
"Year",YEAR([Date]),
"Year Month No", INT(FORMAT([Date],"yyyymm")),
"Year Month" , FORMAT([Date],"Mmm yyyy"),
"Quarter No", QUARTER([Date]),
"Quarter" , FORMAT([Date],"\QQ")
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi,
Its working now. Thank you so much for the support!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 8 | |
| 8 | |
| 7 |