Forum Discussion
Parameters in Measure
Hi
I have a calendar table with date and some other calculated columns such as year, quarter, month name etc...
In my data model so many tables are available with lot of date fields. So when I relate the Date field from calendar table to other table date's some data is not showing properly due to the relationship issue
My Query is
Is there any possibility to create measures and through passing parameters in each of the table, creating measures which helps to avoid the relationship between calendar table and other tables
Create the relationships and make them as inactive. For any relationship that you want to activate using a measure, use userelationship in your measure.
https://docs.microsoft.com/en-us/dax/userelationship-function-dax
1 Reply
- OmegaImpactful Individual
Create the relationships and make them as inactive. For any relationship that you want to activate using a measure, use userelationship in your measure.
https://docs.microsoft.com/en-us/dax/userelationship-function-dax