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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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