Forum Discussion
Producing a Pie Chart From a Calculated Measure
- 6 years ago
Thanks for the offer but I managed to produce what I wanted with a measure.
PA = SUMX(VALUES(Attendance[External Id]),IF(AND(ISNUMBER(Attendance[%att]),Attendance[%att]<=.9),1,0))/SUMX(VALUES(Attendance[External Id]),IF(ISNUMBER(Attendance[%att]),1,0))
Where External ID is the Unique ID, %att is a measure that calculates their % attendance.
Hi IanGladden ,
If you don't mind, please share me some sample data or your PBIX file without sensitive information.
Best Regards,
Icey
- IanGladden6 years agoFrequent Visitor
Thanks for your offer, apologies for the late reply but the email notification went into my junk folder.
I'll produce a sanitised data PBIX file this weekend and send it on to you then.
- IanGladden6 years agoFrequent Visitor
Thanks for the offer but I managed to produce what I wanted with a measure.
PA = SUMX(VALUES(Attendance[External Id]),IF(AND(ISNUMBER(Attendance[%att]),Attendance[%att]<=.9),1,0))/SUMX(VALUES(Attendance[External Id]),IF(ISNUMBER(Attendance[%att]),1,0))
Where External ID is the Unique ID, %att is a measure that calculates their % attendance.
- Icey6 years agoCommunity Support