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 everyone!
I have a question regarding measure calculations and values, and using these values into the future. Let me explain.
I have a dataset containing Revenue and Hours for the months 201909, 201910 and 201911. This enables me to make a Price measure for these months. I also have Hours planned in the future for months 201912, 202001, 202002 and so on. Since these future months haven't occured yet, there's obviously no Revenue/Hours data here, so the same Price measure described above returns a blank.
Is there somehow I can keep the final Price value "static", so I can use it to create a forecasted Revenue for the comming months?
Thanks in advance - I hope the explenation will be a sufficient description of my problem.
Solved! Go to Solution.
hi @Anonymous
You could use VAR Function, ALL Function and IF Function to create the measure.
If you still have problem, please share some sample data and your expected output.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Regards,
Lin
hi @Anonymous
You could use VAR Function, ALL Function and IF Function to create the measure.
If you still have problem, please share some sample data and your expected output.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Regards,
Lin