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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

Reply
ash757
Frequent Visitor

How to make filters more apparent?

I have a business request where I am required to make my filters which are applied should be apparent, in other should be more obvious which filters are applied. I know we can view it by hovering on the filters button on the visual. But need something more obvious.

Like, "Showing results for timeline 18/03/2024 to 25/03/2024". 

ash757_0-1714973409157.png

 

Moreover, is there a way to make a "week" column where I can put weeks from monday-to-sunday, and in a date-to-date format.

What I mean is showing past weeks as "29/04/2024(Sunday) to 05/05/2024(Monday)".

(Currently, I have made a date Offset and divided the daycount by 7 to make weeks offset)

DAX measures for refrence:

DayOffset = ABS(DATEDIFF(TODAY(),'Calendar'[Date],DAY))
Last N Weeks = CEILING(('Calendar'[DayOffset]/7),1)

ash757_1-1714973488302.png

 

Thanks!

2 ACCEPTED SOLUTIONS
DataNinja777
Super User
Super User

Hi @ash757 

Does the below meet your requirement?  

DataNinja777_0-1714976544426.png

I attach an example pbix file.  

View solution in original post

ash757
Frequent Visitor

Got the solution for my second query.

DAX:

Week = FORMAT('Calendar'[Date] - WEEKDAY('Calendar'[Date],2) + 1,"d/m") & " to " & FORMAT('Calendar'[Date] - WEEKDAY('Calendar'[Date],2) + 7,"d/m")

View solution in original post

3 REPLIES 3
DataNinja777
Super User
Super User

Hi @ash757 

Does the below meet your requirement?  

DataNinja777_0-1714976544426.png

I attach an example pbix file.  

This works! Thanks. 

If you have a solution for my second query as well then I will accept as solution. 

 

ash757
Frequent Visitor

Got the solution for my second query.

DAX:

Week = FORMAT('Calendar'[Date] - WEEKDAY('Calendar'[Date],2) + 1,"d/m") & " to " & FORMAT('Calendar'[Date] - WEEKDAY('Calendar'[Date],2) + 7,"d/m")

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 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.