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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Egrofal
Helper I
Helper I

Group by columns unique table

Hi all,

 

I would like to group only one of my table from my dashboard with a column date. 

Actually my table is :

CPC          Date_day

0,4           1

0,3           1

0,3           2

0,5           2

 

And I would like to have the tab group by date_day, to have this :

CPC          Date_day

0,7           1

0,8           2

 

Anywone knows how I could do ?

 

Cheers

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

Well, you could use a matrix visualization although your Date_day would have to be first I believe. You could simply Sum your CPC in this and you would have what you want, I think.

 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
v-micsh-msft
Employee
Employee

Hi Egrofal,

 

If there is only those two columns involved, then we could just add a Table Visual, put those two columns, then under the Values field, click the drop down list of DATE_day, choose Don't summarize, verify that the CPC dropdown list is Sum. This would allow the Table visual to display the values as what you want.

The value order doesn't matter here, what we need is to choose the function from the dropdown list, I also created another measure to sum the CPC here, CPCs :=sum(Table1[CPC]), which only need to choose Don't summarize od DATE_day dropdown list.

8.PNG9.PNG

10.PNG

Please post back if you need any further assistance on this topic.

Regards

Hi,

 

Thanks for your help @v-micsh-msft and @Greg_Deckler, and sorry for the delay.

 

I found a way to solve my problem. I add a matrix table like said @Greg_Deckler and add the day on the row. I think that is the easiest way to do it.

 

Thanks a lot !

Greg_Deckler
Super User
Super User

Well, you could use a matrix visualization although your Date_day would have to be first I believe. You could simply Sum your CPC in this and you would have what you want, I think.

 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.

Top Solution Authors