Forum Discussion
DAX Measure Question
Hi,
First time poster, relatively new (but not brand new) to PowerBI. I am create a marketing dashboard for my company, and I am stuck on creating a measure that shows a count of new opportunities by region in the past 30 days. I have got the time filter right, and I didn't think I would need to put anything about the regions in the measure, but the results are telling me otherwise. So here are some details so that wiser minds can help me.
The tables are Calendar (date : creation date) CRM Opportunity (organization : Org ID) CRM Region
The Measure is:
chicagolarsons You need ALLEXCEPT instead of ALL and in the ALLEXCEPT specify your Region column.
1 Reply
- Greg_DecklerCommunity Champion
chicagolarsons You need ALLEXCEPT instead of ALL and in the ALLEXCEPT specify your Region column.