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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
prakash11440278
Post Prodigy
Post Prodigy

Latest reporting cycle filter in report

Hi Power BI Team,

I have a requirement to show the latest reporting cycle as a filter in my report based on the cycle status "Unlock" value. 

Currently reporting cycle is showing as September that i want to be displayed as "December" when i open the report as latest reporting cycle. Please help.

 

prakash11440278_0-1621959908106.png

 

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @prakash11440278 ,

 

You can place the created measure in "Filters on this visual", select the corresponding date, and display the default result in the card.

 

measure = SELECTEDVALUE('Table'[Cycle status])

v-henryk-mstf_0-1622095428350.png


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.

 

Best Regards,
Henry

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-henryk-mstf
Community Support
Community Support

Hi @prakash11440278 ,

 

You can place the created measure in "Filters on this visual", select the corresponding date, and display the default result in the card.

 

measure = SELECTEDVALUE('Table'[Cycle status])

v-henryk-mstf_0-1622095428350.png


If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.

 

Best Regards,
Henry

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Henry,

 

Any update on this please.

Hi @v-henryk-mstf ,

Thanks a lot for your reply.

Here my requirement is to display the "December" reporting cycle in slicer based on the Cycle status column, when i always open the report based on the cycle status field "Unlock".

amitchandak
Super User
Super User

@prakash11440278 , Create a measure like

 

measure =
var _max = maxx(filter(Table, Table[Cycle Status] = "Unlock"),[Cycle])
return
maxx(filter(Table, Table[Cycle Status] = "Unlock") && [Cycle] =_max,[Reporting Cycle])

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Hi @amitchandak ,

Thanks for your reply.

I have created the measure and how i need to apply the measure in my existing reporting cycle filter to show the latest cycle by default.

prakash11440278_0-1622003970898.png

 

Hi @amitchandak ,

Any update on the above request please.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.