I'm curious if it is possible to set up a table in the data model just to house the calculated fields I create. And if this is a good idea?
I have a non-calculated field called 'ForecastTotalRevenue' and I want to create a calculated field:
Forecast Total Revenue = SUM ( FactForecast[ForecastTotalRevenue] )
There are a few other calculated fields like this I want to use a pieces of bigger calculated fields. I also am doing this because I want the name of the field and formatting to look pretty for reports. Since the names are so similar my thought was if I could create a table to just house all these calculated fields, I could easily distinguish between the regular field and the calculated fields.
Thoughts??
I have a non-calculated field called 'ForecastTotalRevenue' and I want to create a calculated field:
Forecast Total Revenue = SUM ( FactForecast[ForecastTotalRevenue] )
There are a few other calculated fields like this I want to use a pieces of bigger calculated fields. I also am doing this because I want the name of the field and formatting to look pretty for reports. Since the names are so similar my thought was if I could create a table to just house all these calculated fields, I could easily distinguish between the regular field and the calculated fields.
Thoughts??