Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi All,
Hopefully simple one... I have 2 Tables -
A Project Table which holds 2x columns - A Start Date and an End Date
A generic Date Table
Currently the model has a relationship between End Date and the Date Table.
I have a Date table filter on the page of November 2019.
1 Row from the Project Table has a start date of 1 September 2019 and end date of 31 December 2019.
Therefore because of the relationship with End date, it does not show. I need it to show because the month of November falls between the Start and End date.
Help please.
Cameron
Solved! Go to Solution.
remove relationship between two tables.
USe your generic table in slicers whatever it is after slicer before slicer or between slicer.
Create one measure.
Filter= IF(Min(project[StartDate])<=min(Calendar[Date]) && Min(project[CloseDate])>=min(Calendar[Date]),1,-1 )
Add this measure in visual level filter and set it to 1.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
remove relationship between two tables.
USe your generic table in slicers whatever it is after slicer before slicer or between slicer.
Create one measure.
Filter= IF(Min(project[StartDate])<=min(Calendar[Date]) && Min(project[CloseDate])>=min(Calendar[Date]),1,-1 )
Add this measure in visual level filter and set it to 1.
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 23 | |
| 13 | |
| 10 | |
| 6 | |
| 5 |