Forum Discussion
Importing Excel tab without summing or sorting
- 9 years ago
Perfect, so once you drop your field in value section (as shown in my screen shot), you will have drop down to choose the summarize method or don't summarize.
If you don't want this field to be summarized by default, you can change it on modelling table, see screen shot below.
- choose modeling tab
- select you field
- on default summarizatio, click drop down arrow next to sum and choose "don't summarize"
Could not locate "Don't Summarize" setting described. Unfortunately, cannot provide screenshot.
There is no such setting in the cotntext menu for the item in the Fields section (right side bar), nor in the context menu in the Field heading in the main area. Trying "Edit Query" gets me the response "No Query Found".
My steps so far ...
1. Import tab from an Excel file into Data table
2. Create table DataWithCalculations by using DAX formula DataWithCalculations = Data
3. Add calculated columns to DataWithCalculations
4. Creating next table, DataWithCalculationsPivot, where I want to have 5 of the columns grouped, and the remaining columns summed.
I'm stuck with steps 3 and 4 and cannot get past. Step 5 would be like step 3, and step 6 would be like step 4. At this point is where I would begin to build the report.