When making a date dimension in a SSAS multidimensional cube, it is simple to make a hierarchy and attribute relationships for day, month, quarter, and year, which all roll up into one another. But what if I have a couple of attributes that combine month and year, such as "Jan 2019" and "01/19"? I made these because I know the charts will use them. If I take one of these attributes called [Year Month] and place it as seen below where Date -> Year Month -> Quarter -> Year, then it gave me a warning that I create another hierarchy, which I did, but that seems not user friendly to have a few nearly identical hierarchies when they are browsing fields. Or should I have kept [Year Month] in an attribute relationship with Month Name, like I did with the other Month Year fields in that list?
If I don't add additional hierarchies, then I get a warning that says "Design hierarchies for each incoming relationship path when attributes have multiple incoming relationships or, if any of the incoming relationships are unnecessary, you should delete them."
In summary, I have a few attributes whose key value is the same (month/year)- how to approach this?
The warning (blue squiggly) is just saying to avoid visible attributes used in hierarchies. I will get around to fixing that once I solidify things.