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.
Happy Weekend
Quick question. I have the USD column per month and I created a colum called "Risk". Now I want to create a formula
but is not really working. I get diff & but not the one I need.
For example...July should be 31.7%
I just want to have the % between the total foracsted x month vs the USD in risk.
HI
Instead of Weekly Slippage USD...i created a measure called FY23 to calculate only the USD during Fiscal year.
Hi @romovaro ,
According to the picture shows:
Your [Risk%] shows a calculated column, can you express it with Measure:
Measure =
DIVIDE(
[Risk],MAX('Weekly Slippage'[USD]))
Result:
Excuse me, are there any other columns in another table besides the Weekly Slippage table.
If I have misunderstood your meaning, please provide your pbix without privacy information and desired output.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
HI Liu Yang
I only use one table. no other tables included in the formulas
Tried your measure but still not working...weird... provides a diff % but that's not the one I need.
USD column provides USD for all the years (FY23, FY24, FY25...) i just need to use from July 2022 to June 2023.
@romovaro can you put Risk % column in the visual? Are these measures or columns?
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Hi Parry2k
Currently 2 measures were created:
And that's the table:
What I am trying to achieve is to divide TOTAL AMOUN OF USD (all projects) vs the USD amount for the projects with Project health Red and Orange.