Forum Discussion

CrownWorker's avatar
CrownWorker
Icon for Advocate I rankAdvocate I
9 years ago
Solved

Daily Average of Categorized Trouble Types

I have a new problem.   My data returns all of the trouble reports for a product, they have all the key information in this dataset in order to put them into trouble types and have those dated   ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    CrownWorker

    If you want to drag the measure to the existing Matrix visual you create, you can create the measure using DAX below, the measure value will be evaluated by each main category in your visual, and the measure value will be changed when you use slicers to filter the Matrix,.

    Measure = CALCULATE(Count(Main_Table[MainCategory]))/[DateDiff]

    If the above step still doesn't help, please post a screenshot about your expected result.

    Regards,
    Lydia