Forum Discussion
hluque
8 years agoFrequent Visitor
Create price calculator
Hello! I need to create a dashboard to calculate the price of the services that my company is offering. The values to take into account are: 1. Price per working day of each of the employee r...
- 8 years ago
Would probably want to use What If parameters for those as well.
That being said, you may not have the right tool for the job, something like PowerApps might be a better fit.
v-yuta-msft
Community Support
8 years agoHi hluque,
Create a waht-if parameter which is ranged from 0~30, then create a measure in the table useing DAX as this pattern:
parameter[parameter] * 30
Regards,
Jimmy Tao
hluque
8 years agoFrequent Visitor
Thanks for the suggestion too!