Why Null is not shown when filtering in Google Data Studio?

冷暖自知 提交于 2021-01-05 09:49:39

问题


When I apply a filter, in addition to removing the data I indicated, the Null is also eliminated:

enter image description here


回答1:


Adding an OR clause to the Filter so as to Include [FIELD] Is Null would do the trick:

Exclude Opened_product_category_1 IN PREUBA|PRUEBAS DE IMPACTO
                                 OR
Include Opened_product_category_1 Is Null

NOTE: if you are looking to Exclude PREUBA or PRUEBAS DE IMPACTO then the first clause would be:

Exclude Opened_product_category_1 RegExp Match PREUBA|PRUEBAS DE IMPACTO

Created a Google Data Studio Report to demonstrate as well as a GIF showing the process:

3]



来源:https://stackoverflow.com/questions/58206866/why-null-is-not-shown-when-filtering-in-google-data-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!