Forum Discussion
BrianSK
8 years agoRegular Visitor
Replace date column value with null
I have a powerbi table datasource that is bringing in 1900/01/01 value into the table. I need to replace this value with null. I tried below function but it's not working NewDate = if(Table[D...
- 8 years ago
Hi BrianSK,
You can click Query Editor->Transform->Replace Values
The result is like below;
Regards,
Jimmy Tao
v-yuta-msft
8 years agoCommunity Support
Hi BrianSK,
You can click Query Editor->Transform->Replace Values
The result is like below;
Regards,
Jimmy Tao