Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Community Legends,
I've just start learning DAX and tried Summarize on Page4
but not getting same result if try to use default sum aggreagte on that column.
So used below query to create new table , but if choose Name and Unit Cost in a Visualization Type Table results are not same.
SUMMARIZECOLUMNS ( Customer[Name], "SumOfSales", SUM ( Sales[Unit Cost] ) )
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |