Skip to content

Commit ad9f2d1

Browse files
authored
Update README.md
1 parent fc67b3a commit ad9f2d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

2_SalesInsightsTableau/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,5 @@ https://www.youtube.com/watch?v=WuBcTJnIuzo
4747
and transactions.market_code="Mark001";`
4848

4949

50-
Data Analysis Using Power BI
51-
============================
52-
53-
1. Formula to create norm_amount column
54-
55-
`= Table.AddColumn(#"Filtered Rows", "norm_amount", each if [currency] = "USD" or [currency] ="USD#(cr)" then [sales_amount]*75 else [sales_amount], type any)`
56-
5750

5851

0 commit comments

Comments
 (0)