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.
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 |
---|---|
86 | |
85 | |
35 | |
35 | |
35 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
52 |