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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Emilie
New Member

Open with filters

Hello,

 

I set a powerBi report on HR data.

I would like to allow users to position themselves directly on the current month and year when opening the report.

I can't find this feature.

 

Do you know if it is possible?

 

Thank you very much!

Emilie

1 ACCEPTED SOLUTION
v-zhangti
Community Support
Community Support

Hi, @Emilie 

 

You can check the following methods.

Measure =
IF (
    SELECTEDVALUE ( 'Calendar'[Month] ) = MONTH ( TODAY () )
        && SELECTEDVALUE ( 'Calendar'[Year] ) = YEAR ( TODAY () ),
    1,
    0
)

Drag Measure into your view's Filters and set it to equal 1.

vzhangti_2-1644461471391.png

It will be possible to display data only for the current month of the year.

vzhangti_3-1644461493812.png

 

Best Regards,

Community Support Team _Charlotte

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

3 REPLIES 3
v-zhangti
Community Support
Community Support

Hi, @Emilie 

 

You can check the following methods.

Measure =
IF (
    SELECTEDVALUE ( 'Calendar'[Month] ) = MONTH ( TODAY () )
        && SELECTEDVALUE ( 'Calendar'[Year] ) = YEAR ( TODAY () ),
    1,
    0
)

Drag Measure into your view's Filters and set it to equal 1.

vzhangti_2-1644461471391.png

It will be possible to display data only for the current month of the year.

vzhangti_3-1644461493812.png

 

Best Regards,

Community Support Team _Charlotte

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

Emilie
New Member

Hello,

 

Thank you for your answer!

I tried and unfortunatly it did'nt work...

 

Maybe I have done wrong...

 

Thank you!

 

powerBI.PNG

 

jaideepnema
Solution Sage
Solution Sage

Hi @Emilie ,
have you tried applying the report level filters  or as a slicers as shown below ?  

jaideepnema_0-1642095636164.png

Please accept this as a solution if your question has been answered !!

Appreciate a Kudos 😀

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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