Dax Compare Dates
Dax Compare Dates
Dax Compare Dates
Hi ALL,
need to compare with both filed like : IF(interval start date >
start_date ,max(interval start date ),min(start date))
------------------------------
NS
------------------------------
0 Recommend
Silver Contributor
Andrew Seward
Can you share a bit more about the data tables and relationships
and what your trying to accomplish. I think your
overcomplicating things a bit by doing what PBI will do implicitly
for you and may not be using the date table in the best way.
It looks like your filtering your Date Table directly by your slicers.
This will limit any related tables to that single date (is this what
you want?)
I'm not sure how your FACT Table is Related to Your Date Table
But if you have a [Start Date] Measure that works and returns a
Single Date Value then the conditional Date measure you were
asking for is
Conditional Start Date = IF([Selected Date]<[Start Date],[Selected
Date],[Start Date])
------------------------------
Andrew Seward
Senior Product Marketing Engineer
8454758636
------------------------------
Original Message
0 Recommend
Bronze Contributor
sN
Thanks
NS
4252299069
------------------------------
NS
------------------------------
Original Message
0 Recommend
Silver Contributor
Daniel Davis
------------------------------
Daniel Davis
Business Intelligence Developer
TPX Communications
Portland, ME
------------------------------
Original Message