Forum Discussion
Stacked Column Chart Linked to Card
HI Rees ,
I found your date values are stored in text type, some of DAX functions can't work properly with text values. (min/max works on numeric or date type)
Please modify your filed type to 'date', then my measure formula can extract corresponding values.
Regards,
Xiaoxin Sheng
Unfortunately that solution does not work. I am simplifying the issue in order to help eliminate possible causes.
The following DAX expression results in "A + B" all the time, even when one column is clicked on (focused/selected).
This matches what I found earlier, that no matter if one column is selected, or not, COUNTROWS always returns 13 (the number of columns). In your example, unless I'm missing it, your COUNTROWS statement returns different values when a single column is clicked on
I think the problem may be the can the problem be the data model? It is a direct query, that always returns 13 records?