Forum Discussion

Reimer's avatar
Reimer
Helper II
5 years ago
Solved

Use Filter in DAX

Hi all,   I am having a problem with filter in Power BI   I have a dataset called "Procedure - Power BI". In this dataset is a column called "aantal sollicitanten" and a column called "sollicitat...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Measure = CALCULATE(COUNT('Table'[aantal sollicitanten]),FILTER('Table','Table'[Sollicitatie na start]>7))