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.
Hi All,
I am trying to replicate the excel formula in power bi.
Here is the structure:
The only known is sales per month (yellow row). Other fields are calculations. Is it possible to create something like this in power bi?
I am attaching excel for easier formula exploration.
Hope you can help! Thank you!
Solved! Go to Solution.
Hi @MrMP,
Since your formulas require that you reference various calculated fields based on a row level context, I really think you should go for columns. You can write conditions for the % field if it is quantised.
Did I answer your question? Mark this post as a solution if I did!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
Hi @MrMP,
I have checked your excel file and I think you easily create all those fields in Power BI. I suggest that you go for DAX Columns. You should with creating Beginning Rec by using something like:
Beginning Rec = IF('Table'[Month]=EARLIER('Table'[Month])+1,'Table'[Ending Receivable],null)
Then you can go on and create the other fields which are arithmetic operations like addition or multiplication.
Did I answer your question? Mark this post as a solution if I did!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
Hi @MrMP,
Since your formulas require that you reference various calculated fields based on a row level context, I really think you should go for columns. You can write conditions for the % field if it is quantised.
Did I answer your question? Mark this post as a solution if I did!
Check out this blog of mine: How to Export Telemetry Data from Azure IoT Central into Power BI
Thank you for prompt answer, but all this has to stay in measures since % field is controlled by numeric parameter.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
75 | |
71 | |
38 | |
29 | |
27 |
User | Count |
---|---|
97 | |
96 | |
58 | |
44 | |
40 |