Forum Discussion
Problem in Dax and Relationship
Hi BhaveshPatel thanks for your reply.
when i remove 0 am getting the result that i know. But i want to know what is logic runs behind the DAX.
- Anonymous9 years agoNot applicable
- Baskar9 years ago
Resident Rockstar
Yes , I willl help you on this case.
Let me know if u used any measures ?
If yes the prob is on the measure caluculation.
Eg. In that measure are u used anywhere replace blank with some other value ?
If yes , that is the prob .
or else pls share your scenario
- Anonymous9 years agoNot applicable
Hi Baskar,
Thanks for the quick response! Appreciate it.
Yes, I have used isblank DAX and replacing it with 0. Here is my measure:
Relevant Opportunities Closed = IF(ISBLANK(CALCULATE([Total Opportunities],FILTER(d_Opportunity,d_Opportunity[Opportunity Status]="CLOSED"))),0,CALCULATE([Total Opportunities],FILTER(d_Opportunity,d_Opportunity[Opportunity Status]="CLOSED")))
Could you please help me to resolve this issue?
Thanks,
Niket Talati