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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
PowerWhy
Helper IV
Helper IV

Filter by maximum date

Hi,

 

I am pulling data that includes data from many weekly instances/data cuts. For each record I have fields that tell me the data cut's fiscal year, fiscal period and fiscal week (within the fiscal period). Please can you tell me how to filter by the latest weekly data cut? (i.e. the maximum of the combined fiscal year, fiscal period and fiscal week (within the fiscal period))

 

Many thanks,

 

PW

2 REPLIES 2
Anonymous
Not applicable

Hi @PowerWhy ,

Consider filtering out the largest fiscal year first:

= Table.SelectRows(PreviousStepName, each [Fiscal Year] = List.Max(PreviousStepName[Fiscal Year]))

vcgaomsft_0-1684302068943.png

Then filter out the records equal to the largest Fiscal Week.

= Table.SelectRows(PreviousStepName, each [Fiscal Week] = List.Max(PreviousStepName[Fiscal Week]))

vcgaomsft_1-1684302132786.png

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Einomi
Helper V
Helper V

Can you please provide some examples, screenshot or something ? 🙂

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.