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
Hi,
How can I create measure to calculate QoQ% i already have this PQ or Actual Q measure which is 2,173 but i don't know how can is create the previous quater data which is 1,930..
Could you please help me?
Thanks,
Icu
Solved! Go to Solution.
Hi,
PBi file attached.
Thank you Ashish Mathur! It's very helpful and i learned again something new! 🙂
Icu
You are welcome.
I suppose that you have a date column in your dataset.
To calculate the total for the previous quarter:
Previous Quarter Total =
CALCULATE (
SUM ( 'Table'[ColA] ),
PREVIOUSQUARTER ( 'Table'[DateColumn] )
)Then :
QoQ % Change =
DIVIDE(
[Current Quarter Total] - [Previous Quarter Total],
[Previous Quarter Total]
)
Hi Amira,
unfortunately it is not good.
current Q total measure is:
Can you please share your initial table ?
and then the expected output ?
| Commission Month | LOIs |
| Jan-23 | 390 |
| Feb-23 | 724 |
| Mar-23 | 685 |
| Apr-23 | 693 |
| May-23 | 684 |
| Jun-23 | 748 |
| Jul-23 | 649 |
| Aug-23 | 653 |
| Sep-23 | 838 |
| Oct-23 | 439 |
| Nov-23 | 1,319 |
| Dec-23 | 359 |
| Jan-24 | 495 |
| Mom% | QoQ% | YoY% |
| 37.9% | 12.6% | 26.9% |
| Actual Q | 2,173 | |
| PQ | 1,930 |
Can you please share the formulas you are using for each measure?
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 |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 100 | |
| 39 | |
| 29 | |
| 29 |