Forum Discussion
JJha75
2 years agoFrequent Visitor
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...
- 2 years ago
JJha75 , Use this measure along with Project from Table A in a visual
countrows(except(values(Table1[Project]), distinct(Table2[project]) ) )
amitchandak
2 years agoSuper User
JJha75 , Use this measure along with Project from Table A in a visual
countrows(except(values(Table1[Project]), distinct(Table2[project]) ) )