The transactional fact table of one ofthe star schemas need to anser questions like Is the first application is final application.This is associated with one of the business process. Is it a good idea to keep this as a part of the fact table with a column name, IsFirstAppLastFlag. There are not much flags to create a seperate dimension.Also this flag(calculated flag) is essential in the report writing.In this context do we need to keep it in Dimension or in Fact!
I assume the creation of junk dimension is for those flags /low cardinality columns which are not so useful can kept it inside a dimension?!