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
Anonymous
Not applicable

Sum of each row with distinct name.

I've got a table like the picture below, default table in powerbi.

normal tablenormal table

Is it possible to get a sum of each name in the table, like in the picture below?

 

is this possible? how?is this possible? how?

Thanks for your help.

 

Best regards

Nick

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

To create a measure to meet your requirement.

 

Measure = IF(ISINSCOPE(Table1[Date]),MAX(Table1[Desc]),BLANK())

2.PNG

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

5 REPLIES 5
v-frfei-msft
Community Support
Community Support

Hi @Anonymous,

 

We can create a matrix as below.

 

Capture.PNG

 

For more details, please check the pbix as attached.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Hey @v-frfei-msft,

 

thanks for your answer and example. Sadly I cant seem to reproduce it. I compared your pbix and also tinkered in it, but I dont see how you did it. As I try it, I always end up with this:

 

grafik.png

Please explain how you did it. Thank you very much!

 

Edit: Nevermind I got it, I just had to expand the names.

 

Edit2: I see now that the example I chose was too simple.

 

What I really want is something like this:

grafik.png

But the row with the names should not contain anything in the "Desc." colums.

 

Best regards

Nick

Hi @Anonymous,

 

To create a measure to meet your requirement.

 

Measure = IF(ISINSCOPE(Table1[Date]),MAX(Table1[Desc]),BLANK())

2.PNG

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Thank you very much Frank!

Hi @Anonymous,

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

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.