Forum Discussion
ajit_singh
5 years agoFrequent Visitor
Help request in creating a boolean measure using related table - pbix & dax query template provided
Dear DAX experts, pbix file location: https://github.com/business-data-analytics/powerbi/raw/main/assets/ajit-dax-modeling.pbix "f2" table has many to one relationship with "time_date" table...
- 5 years ago
ajit_singh
Make a small change to your formula: Replace RemoveFilters() with F2________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
YouTube LinkedIn
CALCULATE ( MAX ( time_date[time_date] ), F2 )
Fowmy
Super User
5 years agoajit_singh
I have been there 🙂
Always
- keep the model in your mind
- Think from the context evaluation perspective
- Keep it simple
- Use variables
Good luck . . .
Fowmy