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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Community Champion
Community Champion

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.

 



Follow on LinkedIn
@ 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!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
v-micsh-msft
Microsoft Employee
Microsoft 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
Community Champion
Community Champion

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.

 



Follow on LinkedIn
@ 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!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors