Forum Discussion
Richard_Halsall
Helper IV
2 years agoMatrix Visualisation to filter on 2 date values
Hi I need help with the following requirement I have the data model as shown Fact supply is at the contractor and date level and details a contractors availability and training course ...
- 2 years ago
Active Training Dates = CALCULATE( DISTINCTCOUNT(FactSupply[Contractor__c]), TREATAS(values(TrainingDates[Date]),FactSupply[Training_Date__c]) )I don't think I fully understand the premise - feel free to modify
lbendlin
Super User
2 years agoPlease provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Richard_Halsall
Helper IV
2 years ago- lbendlin2 years ago
Super User
Active Training Dates = CALCULATE( DISTINCTCOUNT(FactSupply[Contractor__c]), TREATAS(values(TrainingDates[Date]),FactSupply[Training_Date__c]) )I don't think I fully understand the premise - feel free to modify