Forum Discussion
davidsimm10
5 years agoFrequent Visitor
Sum error
DaysAbove = what-if parameter I have a tabular table with Date and CountID and a DaysWhereFlag. (If the count of that ID goes over the 'DaysAbove') DaysWhereFlag = IF(COUNT(BedModelData[Pa...
Anonymous
5 years agoNot applicable
Hi,
What i found here is you giving flag value in measure instead of generating the measure, Generate the same value in the Calculated column and then try same formula.
I hope this will help you.
Thanks.
Gaurav Jangra
davidsimm10
5 years agoFrequent Visitor
Thank you. When I turn it into a column, it just needs to say 1/0 or true/false for the DaysWhereFlagCol. If I click 'Dont summarise', it returns all '1's'. I need to find which days are above the 'Days where what if' parameter and then sum the number of days that this happens.