Hi everyone, I’m having a hard time finding a suitable dax command for returning the frequency of boolean values in my dataset. I used the COUNTAX(FILTER(‘Table’,[element_name]=TRUE()),TRUE()). It indeed worked, however, upon using filters, it is returning the original frequencies, rather than returning the values based on the selected filters.
Any help/guide is really appreciated.
Thanks for your responses in advance.
Hi @prince.behordeun, did the response provided by @BrianJ help you solve your query? If not, how far did you get, and what kind of help you need further? If yes, kindly mark the thread as solved. Thanks!
Can you please provide us some information against which measure/fields you’re trying to achieve the desired result because in the given file there are too many measures and fields it’s hard to find out what you were looking for from the given file.
I am trying to get the count of opened/unopened email for each product, however, instead of each product having it’s unique value, all products are having the same value (which I don’t think is right)
@harsh.nathani, thanks I figured that out also, however, I wanted to be sure that I’m not missing anything out. Thanks for your time, I’m really grateful