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.
I've got a DAX-created table that shows the total number of appts for a given patient ID, summarized from a much bigger table. The summary table consists of 2 columns, PatientID and Number of Appointments, works like a charm.
I want to put it in a chart, with Number of Appointments as the axis and try to use PatientID as the value (text datatype, will summarize as Count if it works). I cannot drop PatientID into the Visualization "values" field. It just won't take.
I have no idea why it won't - any thoughts from folks?
DAX for aggregation table
You have grouped the table based on Patient_ID... so this is dimension not a measure...
In the other hand you want to use it in the chart as measure, which doesnt make sense and obviously PowerBI cannot accept it.
Try to create the table in Power Query editor and then create the chart on desktop
Unfortunately, it is much too large a table (apparently, as it crashes every time I try) to do this in Power Query, hence the DAX workaround.
This is exactly the same setup as in https://radacad.com/customers-grouped-by-count-of-their-orders-static-segmentation-in-power-bi ... so I'm not sure what the difference is that is preventing me from setting up a chart the same way.
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 |
---|---|
88 | |
73 | |
54 | |
43 | |
37 |
User | Count |
---|---|
98 | |
64 | |
54 | |
48 | |
45 |