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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sloane
Frequent Visitor

Line chart showing beginning of quarter values

Hi Everyone, 

 

I have a line chart with year and quarter on one axis, and running total on another axis, but the axis for amount only shows the respective amounts for the beginning of the quarter, any ideas how to make this show the end of quarter values? 

 

Any help would be greatly appreciated!

 

(unfortunately, I have no sample data or images for this question due to data privacy restictions )

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello

On my side, if I use:

- a date table with a quarter column that has the code QUARTER( Date[Date] )

- a current total measure

Sales RT = 
CALCULATE(
    [Sales Amount],
    DATESYTD( 'Date'[Date] )
)

Next, I get the following result:

line chart with values at end of month.PNG

I hope it helps. Really?

Best

Thomas

View solution in original post

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

Hi @sloane ,

According to my understand, you want to use the last month of each quarter like March,June ,September and December as X-axis,right?

You could create a new group or use  SWITCH( )formula.

10.13.qtr last month.gif

 

Here is my pbix file.

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.

 

Best Regards,
Eyelyn Qin

 

Anonymous
Not applicable

Hello

On my side, if I use:

- a date table with a quarter column that has the code QUARTER( Date[Date] )

- a current total measure

Sales RT = 
CALCULATE(
    [Sales Amount],
    DATESYTD( 'Date'[Date] )
)

Next, I get the following result:

line chart with values at end of month.PNG

I hope it helps. Really?

Best

Thomas

amitchandak
Super User
Super User

@sloane , If you have Year and Qtr only, what do mean by beginning and end of qtr

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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