Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
kasiaw29
Resolver II
Resolver II

Understanding Qtr over Qtr Change Time intelligence

Hi community, 

 

I'm not looking for a solution just understanding here. I was asked to provide qtr on qtr change in my report. 

My source data does not have any data pre 2021, so things measured are for this year only, and going forward of course as time goes by. 

 

I used new quick measure to get this using PowerBI feature: 

 

IF(
	ISFILTERED('DateDim'[Date]),
	ERROR("Time intelligence quick measures can only be grouped or filtered by the Power BI-provided date hierarchy or primary date column."),
	VAR __PREV_QUARTER =
		CALCULATE(
			[Weighted Survey Score],
			DATEADD('DateDim'[Date].[Date], -1, QUARTER)
		)
	RETURN
		DIVIDE([Weighted Survey Score] - __PREV_QUARTER, __PREV_QUARTER)
)

 

My visual then for QTR1 of this year gives me very high percentage, why is that? 

kasiaw29_0-1626877417080.png

 

I'd of thought that Q1 would not be as high as there is no previous qtr? There is no data for Q4 of 2020. 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@kasiaw29 , that is strange. 

But can check after removing .date and making sure date table is marked as a date table 

like 

DATEADD('DateDim'[Date], -1, QUARTER)

 

Can you share both current qtr and last qtr values in a  table visual , along with change % 

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@kasiaw29 , that is strange. 

But can check after removing .date and making sure date table is marked as a date table 

like 

DATEADD('DateDim'[Date], -1, QUARTER)

 

Can you share both current qtr and last qtr values in a  table visual , along with change % 

 

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.