Hello, I am new to Power BI and stuck with the PBI report development where Include LOD function should be incorporated. Below is the existing calculation being created and Tableau and need to know how to achieve the same in DAX.
“FLOAT(If [Project] = ‘Filled’ then {INCLUDE [Project ID],[Work ID]:SUM([Resource Count])} END)”