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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
domi25
Frequent Visitor

Remove only one date from Calendar table

Hi, 

I have a dataflow with Fiscal Calendar. I need to remove only one date for each year from the calendar -> 31 August. I have separate columns for day and month. I tried to filter it out by:

domi25_0-1709807594446.png

But this solution removes days in August and all 31 days and I only want to remove 31 Ausust from the data. 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

each not ([Day]=31 and [MonthName] = "August")

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

each not ([Day]=31 and [MonthName] = "August")

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors