Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there,
I want to achieve a similar result as in Excel, which I can input data in a table and calculate the result accordingly.
As the screenshot below, I have my data from the data model in column B, and I want to add a few more columns that I can also adjust the percentage easily.
Can someone please advice?
Thanks
Solved! Go to Solution.
Hi @dgdgdg122db ,
We can achieve that by merging tables in power query. Please check the following steps as below.
1. Enter the input 1 and input 2 and insert index column for all the tables.
2.After that, merge the table as below.
3. Based on the merged table, add the custom columns like that.
Then we can get the excepted result as we want.
For more details, please check the pbix as attached.
Hi @dgdgdg122db ,
We can achieve that by merging tables in power query. Please check the following steps as below.
1. Enter the input 1 and input 2 and insert index column for all the tables.
2.After that, merge the table as below.
3. Based on the merged table, add the custom columns like that.
Then we can get the excepted result as we want.
For more details, please check the pbix as attached.
Probably, you can use What-if Parameter (from Modeling - What if), and create 5 parameters; set the data type, the min and max values you may expect it. Then you can use them as slicers in the dashboard.
I know this is not professional but at least it may work.