Creating Measures (or DAX?) in Power Pivot

gwoolley0302

Board Regular
Joined
May 13, 2014
Messages
55
Hello,

I'm looking for some guidance with if and how I could use measures to help me create some enhanced pivot tables.

I have detailed a couple of specific questions in the document here (in red text in the Sheet: Pivot Test): s666-PQ-Impact system 2019.11.15a-ver4.xlsx

But to summarise I'm looking to:
1. summarise the results of 4 columns in one pivot into 2, whereby in the new table column 1 = column 1 of the of the original table, but column 2 of the new table should represent column 2,3 and 4 of the original table.
2. *apply an IF statement to selected specific rows for a summary calculation, for instance I think I might need to create a measure of some kind for the data in Sheet 6, such as: "=If(E5 + E8 + E11 + E14 > 0), "Yes", "No"). But that is one student and one parent category. I would want to repeat that calculation for every student and every parent category.

* But I think this may be easier to understand from looking at the spreadsheet.

Any help you can give would be really appreciated!

Greg
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
you can write calculated columns in your data model. have you used "switch" for multiple if else ?
tricky part with measure is that you should create new measure for each column, that way you can reference them later, rather than referencing something like "sum of columnName"
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,040
Members
449,063
Latest member
ak94

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top