Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
We have a use case where the user needs to calculate metrics and slice their data based on 3 different date dimensions:
- Policy Year
-Accident Year
-Calendar Year
Should this be achieved via DAX, or should I create 3 different date tables in the data model?
Solved! Go to Solution.
hello @particleandwave
if you want to show the 3 different dates on the same visual,
then you need to create date tables per each .
if you just need a date column and caluclate the data base on these different dates,
it is best to create one date table related to these 3 date columns ( 1 active, 2 inactive ) and the active to be the most date that would be used .
in the measure then , whenever you to
use:
calculate ( .. ... , userelationship ( paramter1 , parameter2 )
)
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. I would appreciate hitting that kudos 👍🫡
hello @particleandwave
if you want to show the 3 different dates on the same visual,
then you need to create date tables per each .
if you just need a date column and caluclate the data base on these different dates,
it is best to create one date table related to these 3 date columns ( 1 active, 2 inactive ) and the active to be the most date that would be used .
in the measure then , whenever you to
use:
calculate ( .. ... , userelationship ( paramter1 , parameter2 )
)
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. I would appreciate hitting that kudos 👍🫡
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
87 | |
66 | |
52 | |
46 |
User | Count |
---|---|
215 | |
90 | |
83 | |
66 | |
58 |