Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello
i get Expression.Error: we cannot apply field access on type Text.
I have the following code:
let Source = Excel.Workbook(File.Contents("C:xx"), null, true), #"Product Sales_Sheet" = Source{[Item="Product Sales",Kind="Sheet"]}[Data], #"DistinctSource" = List.Distinct("Product Sales"[Date]) in DistinctSource
Can anyone help me figure out where I'm going wrong?
Hi @BiBra,
Please try this:
let Source = Excel.Workbook(File.Contents("C:xx"), null, true), #"Product Sales_Sheet" = Source{[Item="Product Sales",Kind="Sheet"]}[Data], #"DistinctSource" =Table.Distinct(#"Product Sales_Sheet",{"Date"})
in
#"DistinctSource"
Best regards,
Yuliana Gu
User | Count |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |