The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
20 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
28 | |
12 | |
11 | |
9 | |
8 |