Forum Discussion
Anonymous
4 years agoNot applicable
Alternative DAX Formula
Hi Everyone, Currently I am using one formula to find the closed deals based on date. I have created a stacked bar chart which can give the closed deals count based on date. I have used this f...
- Anonymous4 years ago
Thanks for your hep and it resolved now. I used different aproach to solve it
CALCULATE (DISTINCTCOUNT (pred[deal] ),pred[ACTUAL_STATUS] <> "Open",keepfilters(filter(pred, pred[MAX_CLOSED_DATE]=pred[PREDICTION_DATE])))
v-jianboli-msft
4 years agoCommunity Support
Hi Anonymous
If your problem has been solved, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.