Forum Discussion
Chart with number boolean
- 6 years ago
Hi Anonymous
Please share a sample of your data in a format that can be copied (paste it into the post from excel, not a screen shot) and include samples from each table involved.
Hi Anonymous
let me know if you'd like to get below result:
Add the measure:
Measure = CALCULATE(DISTINCTCOUNT('Table'[date]),FILTER('Table',[Open]="TRUE"))
Hi v-diye-msft
Thank you, that's ok in this case.
In my case, i have two data sets :
- date table with a status open or not for each day
- data table which n lines for each month of each year.
I created a link between both tables in using date field.
I would like to know number of open days of year select by second tables.
The measure shows the number of open days of keys select
The easiest way is in adding a second date data set without link with data, but it's not correct for me to have two date calendars.
Ex Data table :
Thanks
- v-diye-msft6 years agoCommunity Support
Hi Anonymous
Please share a sample of your data in a format that can be copied (paste it into the post from excel, not a screen shot) and include samples from each table involved.
- Anonymous6 years agoNot applicable
I modified my keys in both tables.
I concatenated month and year in chars and that's Ok now
Ths