Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi
This is most likely extremely easy but I have not found a solution for this yet. I need to config my date slicer to start from 31/08/2020 until TODAY. I tried DATESBETWEEN function but that's not working for me:
Relative date = DATESBETWEEN('mee v_MasterData_Dates'[date_bkey], 31/08/2020, TODAY())
Solved! Go to Solution.
@Anonymous , Typically you have to create a flag like this and use
if( [Date] >=eomonth(today(),-1) && [Date] <= today(),1,0)
or
if( [Date] >=date(2020,08,31) && [Date] <= today(),1,0)
@Anonymous , Typically you have to create a flag like this and use
if( [Date] >=eomonth(today(),-1) && [Date] <= today(),1,0)
or
if( [Date] >=date(2020,08,31) && [Date] <= today(),1,0)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
126 | |
113 | |
69 | |
59 | |
46 |