Forum Discussion
anacarol84
4 years agoFrequent Visitor
What-if Parameter
Hello all, I am working on a report that contains what-if parameter. I need to increase the amount of the slicers value from 1000 to millions, but I cannot find a solution due to a PowerBI wh...
- 4 years ago
anacarol84 create it by yourseld from scratch.
You can create a parameter table list this in Power Query, start from blank query, write this formula and then convet to table and import it:After that just create that measure that does max on that column and you have the same numeric paramter table.
SpartaBI
Community Champion
4 years agoanacarol84 create it by yourseld from scratch.
You can create a parameter table list this in Power Query, start from blank query, write this formula and then convet to table and import it:
After that just create that measure that does max on that column and you have the same numeric paramter table.