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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Quarterly Trend

Hi All,

 

In the below Dataset, i wish to show the closing amount for every quarter end in a graph.

 

For example, in graph i wish to present the sales of Mar 1515, Jun16000 ( not the cummulative sales figures).

Please help me on the same.
Capture2.PNG

 Regards,

Varun

8 REPLIES 8
ryan_mayu
Super User
Super User

@Anonymous

 

I suggest you to use date instead of month name

 

Then creating a new measure as the screenshot below. Then you can get the result.

screenshot1.JPG

screenshot2.JPG

Hope this is helpful.

 

Thanks and BR

Ryan

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Thanx Rayan.

 

I'll try this and reach you incase of any help

@Anonymous 

 

No problem. Please feel free to contact me if you have any questions.

 

Please kinldy mark my previous answer as a solution if it totally solved your problem. Appreciate you can give me a Kudo as well.

 

Thanks and BR

Ryan





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Anonymous
Not applicable

Hello Ryan,

 

Thanx this code helps for me. by any chance ist possible to help with another code to define the % increase over previous period (Variance %).

 

REgards,

Varun

@Anonymous,

 

You need to have a datetime table and use date column to build relationship with fact table and date table.

 

PQ % =
VAR PQ= CALCULATE([test],DATEADD('date'[Date],-1,QUARTER))
return
DIVIDE([test]-PQ,PQ)
 
screenshot.JPG
 
 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




AlB
Community Champion
Community Champion

Hi @Anonymous

Is the amountyou're referring to the amount for the last day of the quarter? Or the cumulative for the last month in the quarter?

Anonymous
Not applicable

Hi, Its not the Cummulative amount, it is the amount of the last Day of the quarter

Anonymous
Not applicable

I Mean, the amount is the value of the sales as on end of the last month of the quarter

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.