Forum Discussion
o59393
6 years agoPost Prodigy
Nested IF DAX
Hi all I need to have an if formula that returns me a value from one column (Weight in this case) based on the date ranges (start date and end date). In the example above, on the rig...
- 6 years ago
- 6 years ago
Ashish_Mathur
6 years agoSuper User
o59393
6 years agoPost Prodigy
You just did a
Weight New = SUM(test1[Weight]) * 10
How did that take the right dates and why by 10?
Thanks
- Ashish_Mathur6 years agoSuper User
Hi,
I did not write that measure. It was already there in your file. I carried out transformation steps on the second table to create one row for each date.
- o593936 years agoPost Prodigy
Haha sorry, you are right.
Hmm, can it be done with a dax instead of power query?
Thanks Ashish!
- Ashish_Mathur6 years agoSuper User
Why would you need that. What is the problem with the solution i have shared with you?