Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
12 | |
10 | |
6 |