Forum Discussion
What if parameter not working
- 4 years ago
Hi,
I am not sure if I understood your question correctly, I think the STATUS is created as a column, right?
Instead of setting up the Status Column in the table as a calculated column, please try to create a calculated measure. And then, it will be dynamically change.
Thank you.
I'm struggling with the same problem. How have you created a measure instead of a column? I'm getting the error "A single value for column 'A' in the table 'table1' cannot be determined (...)"
- MP-iCONN2 years ago
Resolver I
I used a measure.
My What if Parameter is called Days Allowed with a range of 0 to 80 with a default value of 5. Then my table is called DrilldownB_1. My measure is called Status...
Status = IF(SUM(DrilldownB_1[Diff]) > 'Days Allowed'[Days Allowed Value],"Late","On-Time")- oalgarvio2 years agoFrequent Visitor
Ah, you are using a SUM. I believe that doesn't work for me. I really need to use a column. I created a post with my problem feel free to comment if you have anything to add. Thank you