March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a requirement whereby I need to get the start and end date from a date field. I have done this using two measures. Now I need to use the two measures in a if statement ideally in a calculated column but wanted to know if it can be done as I am getting all 0s even though I should have some 1s being returned.
My use case is comparing another date field to see whether it is in between the start and end dates. if it is return 1 else return 0
Solved! Go to Solution.
@akhaliq7 , you should not measure in a column. Also you can not use slicer value in column
Yes, you can use measures in calculated columns but you need to be careful about filters. If the table you are adding the calculated column to filters the tables which the measures you are using evaluate then you may need to use REMOVEFILTERS if the measures should be looking at the entire dataset.
@akhaliq7 , you should not measure in a column. Also you can not use slicer value in column
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
25 | |
18 | |
15 | |
9 | |
8 |
User | Count |
---|---|
37 | |
32 | |
18 | |
16 | |
13 |