Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am tryin to calculate quarter over quarter groth in power BI. My client used diffrent fisacl calender
I Have Quarter ID and Bookings column in my table I need to get value of last year same quarte booking in third column please help. for example in calculated column I need to get valule for 2016Q1 QoQBookings net (1,003,363,413.19 - 2015Q1 bookings net)
Solved! Go to Solution.
You may add a calculated column as follows.
Column =
LOOKUPVALUE (
Table1[Bookings Net],
Table1[Fiscal Quarter ID], ( LEFT ( Table1[Fiscal Quarter ID], 4 ) - 1 )
& RIGHT ( Table1[Fiscal Quarter ID], 2 )
)
You may add a calculated column as follows.
Column =
LOOKUPVALUE (
Table1[Bookings Net],
Table1[Fiscal Quarter ID], ( LEFT ( Table1[Fiscal Quarter ID], 4 ) - 1 )
& RIGHT ( Table1[Fiscal Quarter ID], 2 )
)
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 |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |