Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I have PBI desktop v March 2023. We use the import mode to get data.
I am graphing vacation hours taken in the past and future on a line graph and showing a trend line. However managers often enter vacation up to 6 months ahead of time. By default PBI shows all data in the dataset. I only want to graph the values from today and before. How do I do that?
I looked in the Visual properties, under Visual tab, then X-axis, then Range, but I cannot enter a formula of "<=today()". The X-axis is my field "Month (bins)" is is the Startdate field grouped by the month.
I can choose a fixed date in the X-axis properties but that date will never change, the user would have to update that date manually and that is not an option. I just want to exclude future dates, and graph only dates from today and before.
I also have a slicer where I can choose the pay type of "Vacation" or many other pay types like regular hours or overtime hours.
Thank you!
Solved! Go to Solution.
@croberts21 , You can use relative date slicer at visual filter level
or you can have a measure like
calculate([Measure], filter(Date, Date[Date] <= today())
You can also try min and max value measure
min measure = today() -3650
max measure = today()
this will cut axis not data
@croberts21 , You can use relative date slicer at visual filter level
or you can have a measure like
calculate([Measure], filter(Date, Date[Date] <= today())
You can also try min and max value measure
min measure = today() -3650
max measure = today()
this will cut axis not data
Thank you! I actually made a new column:
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 46 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |