Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I have the example graph below and I need to get a percentage that shows the difference against our start of year plan. For example, the start of the year plan we forecast a total of 30 sales, the Q1 plan forecasted a total of 37, which is 185% against the start of year plan. Then Q2 we forecast which is 300% against the start of year plan. Is there a measure I can use to get this
| Plan Forcasted | Month | Totals | |
| Start of year | JAN | 5 | |
| Start of year | FEB | 10 | |
| Start of year | MARCH | 5 | |
| Q1 | JAN | 7 | |
| Q1 | FEB | 10 | |
| Q1 | MARCH | 20 | |
| Q2 | JAN | 10 | |
| Q2 | FEB | 20 | |
| Q2 | MARCH | 30 |
Solved! Go to Solution.
hello @SHILL
please check if this accomodate your need.
Create a measure wiht following DAX:
hello @SHILL
please check if this accomodate your need.
Create a measure wiht following DAX:
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 23 | |
| 14 | |
| 10 | |
| 6 | |
| 5 |