Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi All,
Hope you can help.
I am trying to use end user input values to feed into a DAX formula. For this I am using two different date tables.
End Date
Start Date
the Formula for DAX for selecting single value from each table is
these two formula give me the expected result. But when i try to feed these two formulas into Calculated columns it is not working. The calculated column is basically tring to check if the column [P_date](Date type) in table 'A table' lies in Start and end date range.
Solved! Go to Solution.
@mlsx4 yes found th solution with sth similar posting for future visitors. I created a measure instead.
If you want to check that the date is between two values, you should relate them with calendar table (without any active relationship) and use something like:
Start Date'[Start Date]<=MAX('A table'[P_date]) && 'End Date'[End Date]>=MAX('A table'[P_date])
@mlsx4 yes found th solution with sth similar posting for future visitors. I created a measure instead.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
17 | |
10 | |
10 | |
8 | |
6 |
User | Count |
---|---|
18 | |
16 | |
15 | |
12 | |
10 |