DATASOURCES
This measure category contains measures built from a specific view DATASOURCES that fetches information about data availability from all fact tables.
info
Main Focus is to see, from when all data is available within the data model.
Measure name = DAX formulas and expressions
All data available from = MAX(DATASOURCES[Data available from])
All data available to = MIN(DATASOURCES[Data available to])
Data available from: MIN(DateTime) from fact table
Data available to: MAX(DateTime) from fact table
Datasource Name: Name of the fact table