Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
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.
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.
@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 .
Yes we can use qtr-yr column but how we can insert it in to month as presented in screenshot?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.