Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

DAX logic in CRM field?

$
0
0

I have a custom entity, EntityA,  which has a start date and and end date. I would like to have a (calculated) field which tells me if TODAY is between start and end. So I would like to know if the post is "active".

I have exported CRM data to PowerBI and can make a new column with Yes or No value with this DAX expression:

Active = IF('EntityA'[Start]<=TODAY()&&'EntityA'[***]>=TODAY();"Yes";"No")

Is it possible to have the same thing /something similar in CRM?


Viewing all articles
Browse latest Browse all 79901

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>