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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Umadhandapani
Helper II
Helper II

Two Totals in Matrix Table

Umadhandapani_0-1640762963478.png

Hi, in the image it states two different values, the green color against sales and pink against profit.

Based on the till month selected it will show the sales value, remaining profit.

 

Here, I required two different totals to be display stating sales and profit seperately.

 

5 REPLIES 5
v-yetao1-msft
Community Support
Community Support

Hi @Umadhandapani 

Your needs are not very clear, can you provide the original data(without private information) ? When you choose other month , what should be the total ?

 

Best Regard

Community Support Team _ Ailsa Tao

Actually, along with total required sales total and profit total.(with three total column)

Umadhandapani_0-1641191000874.png

 

Umadhandapani
Helper II
Helper II

Hi, whether two totals can be created dynamically.

amitchandak
Super User
Super User

@Umadhandapani , As I commented on yesterdays post, this might require an independent table , or you can use slicer date table/column, in place of date1/date1[date]

 

Create a color measure and use that in conditional formatting using field value option

 

Color measure =
var _max = maxx(allselected(Date1),Date1[Date]) // slicer is on an independent date table

// OR you can use your slicer date column

return
if( max('Date'[Date]) <=_max) ,"Green", "Red")

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

Hi , required two different total to be display with one showing sum of sales and another sum of profit based on the slicer selection.

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.