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 all,
I have a table with values filtered by a standard date dimension table.
I have a date slicer setup and want to have a visual of sorts showing only the first and last date on the x-axis - instead of a continuous time series inbetween the two.
Is that possible?
Solved! Go to Solution.
Hi @donaldo ,
I will show you a workaround:
Create 2 measures as below:
Measure = CALCULATE(MIN('Table'[Date]))Measure 2 = CALCULATE(MAX('Table'[Date]))
Create a line chart and add date and value in the visual, then turn off the X- axis :
Create 2 card visuals then put 2 measures above in it : category:off
Finally you will see:
For the related .pbix file,pls click here.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Thanks for the solution. Sorry for the delay in answering. Covid-19 caused priorities to change - but I'm back now.
It might be the solution I have to go with, but the request is to not have the values in between the two dates. So ideally a bar chart with only 2 points on the X-axis and only 2 correspnding Y-values. If we span enough time the line chart or whatever inbetween will be very long.
There is no way to get it to show just a MIN and a MAX value?
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.