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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello! I am trying to display a future forecast cost for all future months including the full current month. Here is the closest I've found thus far:
Any help is appreciated. Please ask any questions if something doesn't make sense. Thank you!
Solved! Go to Solution.
Try this
These two measure will be used for the target calculation
Sale sum = Sum('table'[sale])
Condition = CALCULATE((Table[sale sum]*(10/100)+Table[Sale Sum]))
// You can add percentage of your own choice here it is 10 percent //
Result should be like this
Try this
These two measure will be used for the target calculation
Sale sum = Sum('table'[sale])
Condition = CALCULATE((Table[sale sum]*(10/100)+Table[Sale Sum]))
// You can add percentage of your own choice here it is 10 percent //
Result should be like this
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |