Hi,
The first step is to import the definitions of these three tables into Framework Manager. Check that the TotalSales query item has a Usage property of 'Fact' and a RegularAggregate property of 'Total', and make sure that none of the other query items are defined with a Usage property of 'Fact'.
Next you will need to split SalesData into two model query subjects - Time and Sales (possibly needing to manufacture a unique time key via a calculation), and add relationships from Customer (1..1) to Sales (1..n), from Supplier (1..1) to Sales (1..n) and from Time (1..1) to Sales (1..n). Here you are effectively modelling the data definitions into a virtual star schema within Framework Manager.
Lastly, if you want drill down/up, you will need to create a Regular Dimension based on Customer (single-level), a Regular Dimension based on Supplier (single-level), a Regular Dimension based on Time (levels for Year, Month, Day and Hour) and a Measure Dimension based on Sales (bring in just the TotalSales measure).
Create a reporting package based on these Regular/Measure dimensions.
Regards,
MF.