Popular posts from this blog
What is Google data Studio or Looker studio
What is Google data Studio or Looker studio- Looker Studio is now Google Data Studio .It is a tool for data visualization ,but not for data cleaning ,the data cleaning should be done out side of it. What is Google data Studio official site- https://lookerstudio.google.com How to use it- Use it for free by logging in with your gmail. Examples- On my blog (click)
Google Data Studio functions corresponding Power BI DAX
Category Original Function DAX Equivalent Notes Aggregation AVG(X) `AVERAGE(X)` Aggregation COUNT(X) `COUNT(X)` or `COUNTA(X)` `COUNT` counts numerical values; `COUNTA` counts non-blank values. Aggregation COUNT_DISTINCT(X) `DISTINCTCOUNT(X)` Aggregation MAX(X) `MAX(X)` Aggregation MEDIAN(X) `MEDIAN(X)` Aggregation MIN(X) `M...
Comments