Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello All,
I need to use a coulmn as a slicer from another table with inactive relashionship.
I created a coulmn with the following DAX code :
Solved! Go to Solution.
@AkoFar ,It should return one value
example
Program Academic Year =
CALCULATE (
Max ( 'Date Calendar'[Academic Period] ),
USERELATIONSHIP ( 'Program Hierarchy'[Program Offering Start Date], 'Date Calendar'[Calendar Date] ),
FILTER (
'Date Calendar',
'Program Hierarchy'[Program Offering Start Date] = 'Date Calendar'[Calendar Date]
)
)
@AkoFar ,It should return one value
example
Program Academic Year =
CALCULATE (
Max ( 'Date Calendar'[Academic Period] ),
USERELATIONSHIP ( 'Program Hierarchy'[Program Offering Start Date], 'Date Calendar'[Calendar Date] ),
FILTER (
'Date Calendar',
'Program Hierarchy'[Program Offering Start Date] = 'Date Calendar'[Calendar Date]
)
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 17 | |
| 9 | |
| 8 | |
| 7 |