This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi
Just wondering if someone can help me with a measure....
I'm trying to count the number of customerID's with a "DateEntered" in last month. This I can do however I need to use an inactive relationship and I can't work out how to fit in the 'userelationship' into the formula....
Many thanks if you can help!
Solved! Go to Solution.
Hi, @jh292
Try something like below.
Measures =
CALCULATE (
[your measure name],
USERELATIONSHIP ( datetable[datecolumn], facttable[inactivedatecolumn] )
)
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Hi, @jh292
Try something like below.
Measures =
CALCULATE (
[your measure name],
USERELATIONSHIP ( datetable[datecolumn], facttable[inactivedatecolumn] )
)
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 33 | |
| 26 | |
| 24 |