Forum Discussion

powerbinewbie26's avatar
3 years ago
Solved

Count status across 3 tables - WITHOUT appending

Hi there! I'm brand new to powerbi and have been doing my best to learn as I go - this is likely very easy but I can't wrap my head around the correct DAX expression.    I have 3 tables (TABLE A + ...
  • powerbinewbie26's avatar
    3 years ago

    hi Syk thank you so much! i followed your advice and have managed to create the status by type a lot easier with an appended data set. I would love your help sorting through my model though - could you help with this additional question:

    I want to track outstanding tasks per dataset source based on due date/status.
    Sheet: Appended_DataSet

    Data Set SourceDue DateStatus
    S116-Jul-23In Progress
    S21-Aug-23In Progress
    S317-Jul-23Completed


    What dax expression can I use with my appended data set to say something like this: In my appended DataSet count the rows in column 'DataSet Source' and calculate the # of rows(tasks) that are past the 'due date' and are not 'completed' - I ideally want to have them displayed on the visual cards