Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi
I need some help..
I have a table
Date(Bins) Type A Type B Type C RowTotal (I created this measure adding the row)
Jan 2016 30 276 342 648
Feb 2016 24 269 307 600
Mar 2016 41 332 286 659
I need to be able to add columns Type A % of RowTotal
Type B % of Row Total
Type C % of Row Total
and display that in 3 columns for each of the months or rows like shown above
Anyhelp? Thanks in advance
@ridercos wrote:
Hi
I need some help..
I have a table
Date(Bins) Type A Type B Type C RowTotal (I created this measure adding the row)
Jan 2016 30 276 342 648
Feb 2016 24 269 307 600
Mar 2016 41 332 286 659
I need to be able to add columns Type A % of RowTotal
Type B % of Row Total
Type C % of Row Total
and display that in 3 columns for each of the months or rows like shown above
If that is a table visual, I think you can create 3 measures as below. The [RowTotal] is the measure you already created.
Type A % = SUM(yourTable[TypeA])/[RowTotal]
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.