Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello folks!
This may not be related to PowerBI that much, but I would love your expertise comments on the solution to build the dashboard with multiple user manual inputs.
We have our own cost projection Excel file that we use quarterly to forecast the cost and eventually strategy for the future. The file requires around 20 manual costs inputs which are tied to formula in the excel for the cost projection. Here is where the story comes, we want to move it to PowerBI or any other applications that serve the same purposes for everyone in the company can utilize it. However, I am not sure if PowerBI really supports multiple inputs like what Excels does or are there other options that work better for my case. I noticed Power Apps is looked like one of the option but not really sure. So I would love to hear the comments from experts in this community. Thank you in advance.
Best,
Min
Solved! Go to Solution.
Hi @MinCK , depending on the kind of inputs and the cost projection formula, you might be able to achieve this in Power BI only, using parameters. You can include the parameter values in the measure calculation of your cost projection, and the users would be able to change the value of each parameter within the report.
See an example with 2 numeric range parameters:
Where Calc is defined as:
Calc = param1[param1 Value]*param2[param2 Value]+300
Proud to be a Super User! | |
o implement an efficient data collection and live analytics solution using Microsoft tools, follow these steps:
Data Collection:
Data Integration:
Live Data Visualization:
This setup ensures a modern, automated workflow with minimal manual intervention, offering scalable and interactive analytics.
2nd Option is:
Moving your cost projection process to a more collaborative platform like Power BI or Power Apps is a great idea. Here are some options and considerations for building a dashboard with multiple user inputs:
Power BI is excellent for data visualization and analysis, but it has limited capabilities for direct user input. However, you can use the following methods to incorporate user inputs:
Power Apps is more suited for scenarios requiring multiple user inputs and can be integrated with Power BI for visualization. Here’s how you can use Power Apps:
For your scenario, Power Apps combined with Power BI seems to be the best solution. Power Apps will handle the user inputs efficiently, and Power BI will provide the powerful visualization and analysis capabilities you need.
If you need more detailed guidance on setting this up, feel free to ask!
Hi @MinCK , depending on the kind of inputs and the cost projection formula, you might be able to achieve this in Power BI only, using parameters. You can include the parameter values in the measure calculation of your cost projection, and the users would be able to change the value of each parameter within the report.
See an example with 2 numeric range parameters:
Where Calc is defined as:
Calc = param1[param1 Value]*param2[param2 Value]+300
Proud to be a Super User! | |