Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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())
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
112 | |
112 | |
105 | |
94 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |