Using Dax to check if grouped rows match

Apocalipia

New Member
Joined
Jan 25, 2012
Messages
10
I have data in the format below (minus the far right column)

EmailAddressCourseTitleCompleteAllComplete
1@1.comCourse1truefalse
1@1.comCourse2truefalse
1@1.comCourse3falsefalse
2@1.comCourse1truetrue
2@1.comCourse2truetrue
2@1.comCourse3truetrue

Using DAX, I'd like to know if it is possible to add the far right column above. So, if all Complete values are true (grouped by EmailAddress), then the value in AllComplete should be true.
Is this possible, and if so, could an explanation be given as to how?

Thanks in advance
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,216,085
Messages
6,128,733
Members
449,465
Latest member
TAKLAM

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