Forum Discussion
Anonymous
7 years agoNot applicable
Group by in Dax
SQL Select BalanceDAte, Sum(CurrentBalance) FROM [dbo].[VW_RPT_PortfolioReview_6Month] Where Pool ='Java' AND CATEGORY1 not in ( 'Closed Full Redemption','Closed with remaining shortfall' ) ...
- Anonymous7 years agoFigured it out CALCULATE(SUMX(FILTER(VW_RPT_PortfolioReview_6Month,VW_RPT_PortfolioReview_6Month[CATEGORY1] <>"Closed with remaining shortfall" && VW_RPT_PortfolioReview_6Month[CATEGORY1]<>"Closed Full Redemption" ), VW_RPT_PortfolioReview_6Month[CurrentBalance]),ALLEXCEPT(VW_RPT_PortfolioReview_6Month,VW_RPT_PortfolioReview_6Month[POOL],VW_RPT_PortfolioReview_6Month[BalDateMonthName]))
v-juanli-msft
Community Support
7 years agoHi
Very happy to see the issue solved by yourself.
It is very generous of you to share the solution here so that other prople may benefit from this thread.
Best Regards
Maggie