Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
gradatc
Frequent Visitor

Column Not Able To Be Added to Visual

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

 

Pt Appt Agg = SUMMARIZE(
Appointments,
Appointments[Patient ID],
"Number of Appointments",
[Appointments Seen]
)
 
The rest is just the vanilla clustered column chart viz fields. 
 
I'm sure it is something simple, but I'm pretty new to this.

 

 

2 REPLIES 2
themistoklis
Community Champion
Community Champion

@gradatc 

 

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. 

 

 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.