Forum Discussion

AlanP514's avatar
AlanP514
Post Patron
4 years ago
Solved

KPI -Dax

Hi team,  I need your help to achieve this task: Requirement: I have one slicer called source(Which contains different sources and type is text) Based on that source I created one KPI, a Distinct...
  • tamerj1's avatar
    4 years ago

    Hi AlanP514 
    Please use

    SELECTEDVALUE ( 'Table'[Source], DISTINCTCOUNT ( 'Table'[Source] ) )