Forum Discussion
Anonymous
4 years agoNot applicable
what if parameter giving me an aggregation error
I have a column called duration. I want to create a dynamic what if parameter that a user can change. Duration column 5’ 10’ 20 8’ …. If the parameter is set to 10’ and up then its “greater th...
- Anonymous4 years ago
Hi Anonymous ,
I created a sample pbix file(see attachment), please check whether that is what you want.
Create a measure as below to replace your original calculated column [lower_or_greater]:
Best Regards
Greg_Deckler
Community Champion
4 years agoAnonymous In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563
Anonymous
4 years agoNot applicable
does that work for what if parameters. and what did you mean by data refresh by any chance ?