Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
If this post helps, then please consider accepting 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.
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
78 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |