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.
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:
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |