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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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!:
Mastering Power BI 2nd Edition

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!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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