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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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.