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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
NILU090
Helper II
Helper II

add YTD in consecutive months

Hi team,

I have following model in data.
i need output in metrix with custome column added ( YTD till OCT as current month is OCT)

and QTD column in every quarter.

please help me on this

 

NILU090_0-1666339938161.png

 

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

Why are there no other quarter total columns?  Also, how can there be data for November and December.  Share the link from where i can download the PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish,
i gave example of quarter column. we need 1 column for every quarter. so there will be total 4 columns for year.
Regarding Nov & Dec, this is confirmed amount that we will receive in these month. There are some values already confimed for next year too. This is perticular scenario we have.

Hi,

Share the download link of your PBI file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

@NILU090 , In case these is not filter on page , You a measure like this

 

YTD Today =
var _min = eomonth(today(),-1*month(today()))+1
var _max = today()
return
CALCULATE([Net], FILTER('Date','Date'[Date] >=_min && 'Date'[Date] <= _max))

 

 

Have Qtr year and Month Year from Your date table on column and expand and use .

 

https://medium.com/chandakamit/cheat-sheet-power-bi-time-intelligence-formulas-using-today-654f26e27...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Yes we can use qtr-yr column but how we can insert it in to month as presented in screenshot?

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors