Can I use DAX for this?

snoozee

New Member
Joined
Apr 19, 2007
Messages
37
Hi

I have two tables, one has a date column containing the current months dates, the second table contains entries that have been made over the month by various individuals.

What I need to do is check whether each individual has made an entry for each day of the month.

Is there a DAX formula that would do this for me?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi,

Absolutely. You can, for example, use COUNTROWS to count the number of rows for the full month (first table) and compare it with COUNTROWS for each individual for every month (second table). Please post some exemplary data and the expected result, that will help me to create an exemplary DAX formula for you.
 
Upvote 0

Forum statistics

Threads
1,223,786
Messages
6,174,551
Members
452,572
Latest member
KP53

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