Forum Discussion

JJha75's avatar
JJha75
Frequent Visitor
2 years ago
Solved

Power BI DAX help

Hi Community, I am having difficulties in dax calculation. I hope you guys will help me, maybe it is very simple for some of you. Below is the scenario. I have 3 tables, date table and two tables w...
  • amitchandak's avatar
    2 years ago

    JJha75 , Use this measure along with Project from Table A in a visual

     

    countrows(except(values(Table1[Project]), distinct(Table2[project]) ) )