Skip to content

Commit

Permalink
Update functions_common_date_use_cases.md
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
pballai authored Nov 15, 2023
1 parent 6d42752 commit 6a575d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Duration: 10

The InDateRange function provides a succinct way to write calculations such as Year to Date and Last 3 Month. It also simplifies more complex calculations, making them shorter and easier to read.

The InDateRange function will return True or False based on it's configuration. The table can then be filtered based on a InDateRange column being true or false.
The InDateRange function will return True or False based on its configuration. The table can then be filtered based on a InDateRange column being true or false.

For example, we may want to see how sales this year compare with last year, side by side.

Expand Down Expand Up @@ -451,7 +451,7 @@ Rename this table `Sales This Year`

On the second table, hide all the columns leaving only `Store Name`, `Store Region`, `Store Key`, and `Date`.

Add a new column, rename it `Total Sale` and set it's formula to:
Add a new column, rename it `Total Sale` and set its formula to:
```plaintext
[Price] * [Quantity]
```
Expand Down

0 comments on commit 6a575d1

Please sign in to comment.