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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Moeez
New Member

Data filtering

So, when we're filtering all data from day, month, and year (selecting all function).
Now, 5 out of 6 visuals are filtering data but 1 isn't doing that.
Below attached is the query used for filtering and visuals screenshot is attached.

 

 

WhatsApp Image 2024-05-28 at 12.14.29 AM.jpegWhatsApp Image 2024-05-28 at 12.14.28 AM.jpeg

  

4 REPLIES 4
Kaviraj11
Super User
Super User

DATESMTD & DATEADD are time intelligence function. Make sure your data model supports these time intelligence functions. For example, you need a continuous date column for these functions to work correctly. So please create a date table and reference the date column from that in your query.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





can you please connect with us on google meet link? so we can better understand 

 

 

Kaviraj11
Super User
Super User

 

does your data model consist of date table? If not, Ensure that your ActualDate table is linked to your date table in the data model. 

 

MTD Sales = CALCULATE([Sales], DATESMTD(DATEADD(ActualDate[Date], -1, DAY)))

 

 

 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





OCAC master data actual date (column), is not connected to table calendar dates(Column).

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors