Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello all,
I have the booking and release date for inmates in a Jail. I would like to have the count of inmates in jail per month. I have tried the following DAX code:
Hello there,
It sounds like you're working on a data analysis project involving inmate counts from booking and release dates, and you're encountering some discrepancies in your results. It's possible that the issue lies in the relationship between your 'Date' table and the 'vwBookingSearch' table, especially considering multiple years of data. The Max('Date'[Date]) function might indeed be affecting the output, so exploring alternative approaches or refining your DAX code could be beneficial. Additionally, ensuring a proper relationship between your tables could help resolve the discrepancy. Having accurate data is crucial, just like having a reliable mugshot to identify individuals accurately.
@apaulso9 , seems similar to HR problem. Refer to the blog or file attached
Thank you. The HR problem is similar but also gives very low answers. I know from the data source that the inmates get booked into that the inmate count is nearly 70 every month. Here Is what I get with both of these attempts:
This is identical for what I tried the first time and the second. My data looks the same as the HR example.
I can tell it has something to do with the date relationship because if I break it down by year this is what I get a smaller number then all the months combined for 2022.
I fixed this by duplicating the table and deleting all other relationships from it.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
91 | |
88 | |
35 | |
35 |
User | Count |
---|---|
153 | |
99 | |
82 | |
63 | |
54 |