Forum Discussion
Anonymous
7 years agoNot applicable
Measure showing wrong calculation
Hi, I have tables fact,dim1,dim2 and dim1 and dim2 have relationship with fact. My measure is Loc_Count=Calculate(Distinctcount('dim1'[col1])),filter('dim2','dim2'[Date]>Selectedvalue('Date'[st_DT]...
parry2k
7 years agoSuper User
Anonymous you have provided lot of info but still missing important info on your post.
Can you share relationship diagram and what you want your output to be?
- Anonymous7 years agoNot applicable
See i have 3 tables one is provider having provider id and another is proivder network having effective date and term. date and i created manually date table with start date and end date columns and is mapped on effective date and start date
- Anonymous7 years agoNot applicable
if i drag provider_id and effective date in same table visual it is showing blank. But measure is showing 3
- Anonymous7 years agoNot applicable
So i need dax which count distinct proivder ids when effective and termination date is in range of selected date values by user