Forum Discussion
SP7273
3 years agoRegular Visitor
Hide / remove rows based on criteria
Only new to this and have bitten off more that I can chew. I have a large amount of data and need to clean it up by hiding / removing row that are not relevant to the outcome. In the screen shot be...
SP7273
3 years agoRegular Visitor
Thanks Edhans for the information and you're time.
I will look into this today and see if I can get it working.
one question will the date format be a issue? using Australian format.
edhans
Community Champion
3 years agoNo. The core code should work fine when you localize it on your machine. My sample code may not work for the date type though. You would need to change the Change Type step in my code to this:
= Table.TransformColumnTypes(#"Changed Type with Locale",{{"Score", Currency.Type}, {"Date", type date}}, "en-US")
Or redo the dates in your local format first.