Forum Discussion
Jiangmei_wu
3 years agoFrequent Visitor
Occurrence Issue
Hello, The occurrence dax below can get the correct results with small test sample generated from real date, but when it's with real data, the resuts are incorrect. do you know why? 1 time = V...
- 2 years ago
Hi Neeco, please discard the request above. I found a solution as below. Thanks, Mei
Names_occurred_3 =DIVIDE(CALCULATE(COUNTROWS('Raw Data'),FILTER('Raw Data',not(ISBLANK('Raw Data'[Name])) &&COUNTROWS(FILTER('Raw Data','Raw Data'[Name] = EARLIER('Raw Data'[Name]))) = 3)), 3)
parry2k
Super User
3 years agoJiangmei_wu it will be easier if you share some sample data with the expected output to help. Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- Jiangmei_wu3 years agoFrequent Visitor
Hi Parry,
Here is the excel sample data:
https://1drv.ms/x/s!Apm9aBtUDQ5yihI0wWHxSctdjOun?e=KOerr9
Here are the correct results:
Thanks,
Mei