Forum Discussion
madferit
7 years agoRegular Visitor
Count values from different columns
Hi, im learning the basic and im stucked in a very simple dax. Maybe you can give me a hint on a table that im workingn on it. I need count how many time a value from a column match a value from a d...
v-lili6-msft
7 years agoCommunity Support
HI, madferit
You could use COUNTA Function to create a measure as below:
Q Item = CALCULATE(COUNTA(Table1[Date]) )
and use Drill mode in a matrix visualization as below:
Best Regards,
Lin
- madferit7 years agoRegular Visitor
Hello, thanks for the answer. I tried this but the result it count me the total of rows with a single date, it give 9 for every single result.
Regards
- v-lili6-msft7 years agoCommunity Support
hi, madferit
here is my pbix file, please try it.
https://www.dropbox.com/s/4mcrvvzcfps16ah/Count%20values%20from%20different%20columns.pbix?dl=0
if not your case, Please share your sample pbix and expected output for us. You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.
Best Regards,
Lin