The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I know this should be pretty simple but, I'm still new at this. I have a results table that I need to add another column(in yellow) that has the totals of the rows. Two of the fields are calculated measures(the failed and passed). How can I do this?
example..
Thank you!
@mjonesjr8 Well, should be a calculated column like this:
= [items] + [failed] + [passed]
Thank you, so it doesn't matter failed and passed are measures?