Forum Discussion
A single report with pages using different relational models
- 2 years ago
I do not know if I correctly understood the problem as your description is very brief, but if I understood correctly you want one page with visuals using a relationship with the Date table, and another page with visuals that do not use the relationship. If it is the case, I would create by default the relationship between the fact and the date table in the model as inactive and activate it (or not) the relationship using USERELATIONSHIP in DAX
If it answers your need, please mark my reply as the solution. Thanks!
I do not know if I correctly understood the problem as your description is very brief, but if I understood correctly you want one page with visuals using a relationship with the Date table, and another page with visuals that do not use the relationship. If it is the case, I would create by default the relationship between the fact and the date table in the model as inactive and activate it (or not) the relationship using USERELATIONSHIP in DAX
If it answers your need, please mark my reply as the solution. Thanks!
Thank you. It worked!