Forum Discussion

ruslan88990's avatar
ruslan88990
Frequent Visitor
3 years ago
Solved

Help with formula for beginner

Hello, I have two columns, called "Answer" and "Approve Status". In my report, there are visualizations of the number of different answers in "Answer" and Appruve status. "But I also need to display ...
  • Greg_Deckler's avatar
    3 years ago

    ruslan88990 If you post sample data and expected output then maybe I can mock this up and provide a solution. PQ may not be the best choice for this as this is trivial in DAX:

    Measure = COUNTROWS(FILER('Table',[Approved Status] <> "Approved"))