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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Pravin_rajput
New Member

Need Help with M Code.

Hello Folks, 
I am new to powerbi and require your expertise to help me with a problem.
I am filtering out some data by defining some parameter. 
#"Filtered by date range" = Table.SelectRows(#"Change to datetime", each [WRITTEN_DATE] >= RangeStart and [WRITTEN_DATE] <= RangeEnd)
but i am also missing the values with null value in written_date field. How can i manipulate this code to get those rows in which written_date is null.

Thanks!

1 ACCEPTED SOLUTION
dufoq3
Super User
Super User

Hi @Pravin_rajput,

 

#"Filtered by date range" = Table.SelectRows(#"Change to datetime", each ([WRITTEN_DATE] >= RangeStart and [WRITTEN_DATE] <= RangeEnd) or [WRITTEN_DATE] = null)

Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

View solution in original post

1 REPLY 1
dufoq3
Super User
Super User

Hi @Pravin_rajput,

 

#"Filtered by date range" = Table.SelectRows(#"Change to datetime", each ([WRITTEN_DATE] >= RangeStart and [WRITTEN_DATE] <= RangeEnd) or [WRITTEN_DATE] = null)

Note: Check this link to learn how to use my query.
Check this link if you don't know how to provide sample data.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.