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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Raj341
Frequent Visitor

How to display the records of ytd, qtd, mtd etc., based on parameter date selection

Hi Everyone,
I have data with dates, category and values. now i need to show the values based on parameter selection.

Raj341_1-1715583982650.png

To get the results of currentday(Today), I am getting the correct results based on the parameter selection.
Formula, which i used to get the results.
-----------------------------------------------------------------
Today =
var _date = SELECTEDVALUE(date[Dates])
var _today = CALCULATE(SUM(Table[Value]),FILTER(Table,Table[Dates] = _date))
RETURN
_today
----------------------------------------------------------------------

--date --> parameter
--Dates --> column
If i execute the similar formula for yesterday, results showing blanks and for one "category" showing previous date as different date.

Raj341_0-1715583892318.png

I need to show the similar results for Today, Yesterday, Same period last year, week to date, month to date, Quarter to date
same period last year to date, Year to date.

TodayYesterdaySame period last yearWeek to dateMonth to dateQuarter to datesply QTDYTDsply YTD

 

Results should be like this, Category is like a,b,c etc.,

Raj341_0-1715598300326.png

Please help me . I am unable to fix the issue
@v-yueyunzh-msft  @RasCZ 
it will be a great help for me

 

2 REPLIES 2
Raj341
Frequent Visitor

@_AAndrade 
I am unable to upload powerbi file. data is like almost similar to the image

_AAndrade
Super User
Super User

Hi @Raj341,

Could you please share your pbix with same data so I take a look?





Did I answer your question? Mark my post as a solution! Kudos are welcome.

Proud to be a Super User!




Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.