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.
Solved! Go to Solution.
Hi @Anonymous
Check whether your data source has a lot of data, because a large amount of data will also cause slow calculation, and you can refer to the following measure.
Measure =
CALCULATE (
[Days Supply],
FILTER (
ALLSELECTED ( Factpatientdetails ),
[#Reset2] = MAX ( Factpatientdetails[#Reset2] )
&& [PatientId] IN VALUES ( Factpatientdetails[PatientId] )
)
)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Check whether your data source has a lot of data, because a large amount of data will also cause slow calculation, and you can refer to the following measure.
Measure =
CALCULATE (
[Days Supply],
FILTER (
ALLSELECTED ( Factpatientdetails ),
[#Reset2] = MAX ( Factpatientdetails[#Reset2] )
&& [PatientId] IN VALUES ( Factpatientdetails[PatientId] )
)
)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
83 | |
79 | |
52 | |
39 | |
35 |
User | Count |
---|---|
92 | |
79 | |
51 | |
48 | |
45 |