Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
It there a way to get this in Power BI.
My input value is Parameter Start =1000 and Percentages column
Column "Start" and "Interest" are calculated columns and I have to get them
Solved! Go to Solution.
Here is Solution with python
Hi @difolt
Columns can not be dynamic. They are get loaded at first load only.
If you want to make something dynamic then you need to create measure.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
Calculated column has to be static after data source refresh, so Parameter will only change with the whole dataset, correct?
If you want Parameter to be picked up from slicer then you would need to create a table for all possible Parameter values and filter that accordingly. It may also be possible to calculate table on the fly each time it's used, but I suppose that would be a performance killer.
Are you looking for DAX or M solution here?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
25 | |
10 | |
10 | |
9 | |
6 |