Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi experts,
I have a large dataset that looks (simplified!) like this:
For diseases, 0 = no disease and 1 = disease.
What I want to show is prevalence by cohort i.e., incidence / Total # participants in particular cohort.
I also want to keep the Participant Number so I can later slice by gender age etc from a dimension table.
I have played around with unpivoting the Disease columns and can calculate total incidence, but am not able to get prevalence to work on a visual (it always comes out at 100%).
My DAX was simply:
Total Incidence = COUNTROWS('Table')
Total Distinct Participants = DISTINCTCOUNT('Table'[Participant Number])
Prevalence = DIVIDE([Total Incidence],[Total Distinct Participants])
Whilst this work in card visuals and can be filtered by cohort, it doesn't work on a bar chart to show by condition:
(Condition is the name of the unpivoted column).
Any advice greatly appreciated.
Best,
Soph
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
8 |
User | Count |
---|---|
22 | |
13 | |
11 | |
10 | |
10 |