Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

DAX calculation

Done

  • Hi,

    Try the below.

    Result =
    CALCULATE ( DISTINCTCOUNT ( Student[Student ID] ) )

    Thanks

    Hari

    Did I answer your question? Then please mark my post as the solution.
    If I helped you, click on the Thumbs Up to give Kudos.


    My Blog :: YouTube Channel :: My Linkedin


1 Reply

  • Hi,

    Try the below.

    Result =
    CALCULATE ( DISTINCTCOUNT ( Student[Student ID] ) )

    Thanks

    Hari

    Did I answer your question? Then please mark my post as the solution.
    If I helped you, click on the Thumbs Up to give Kudos.


    My Blog :: YouTube Channel :: My Linkedin