Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
I use several constant X-axis lines to highlight a date range, but the problem is when I filter by date. it yields a result with empty areas and the constant lines always there :
there's a way to fix this?,
thank you !
Solved! Go to Solution.
@mouhsinebella , You can use a measure in Constant line , so try a measure like
if(date(2020,06,01) >= minx(allselected(Date), Date[Date]) , date(2020,06,01) , blank())
@mouhsinebella , You can use a measure in Constant line , so try a measure like
if(date(2020,06,01) >= minx(allselected(Date), Date[Date]) , date(2020,06,01) , blank())
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |