Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello Power Bi Aces: So...I used this Dax function:
Hi, @Karolina411 ;
You could try it.
ReAdmit of Post_Admit =
CALCULATE (
DISTINCTCOUNT ( PrePostAdmits[DurableKey] ),
FILTER (
ALL ( PrePostAdmits ),
YEAR ( [date] ) = YEAR ( MAX ( 'table'[date] ) )
&& PrePostAdmits[Readmit<30Days] = 1
|| PrePostAdmits[PostAdmit] = 1
)
)
Here 'table' could change to this table's name.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Karolina411 , I think you need measure similar to what I have discussed in HR Blog
Thank you. I was planning to go toward this much more complex route but why does my same formula (
work for my initial % calc:
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |