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
dcrios
Frequent Visitor

Show a different level of detail

Hello everybody,

 

I was looking in the forum about something like LOA in Tableau, that aggregates a measure in diferents levels. But I think I'm missing something in Power BI, because I just wanted to show the sum of Clients in a new measure using "qtd" with the values that are not blank. So that measure will show only a value 39, because its on level of Client. Has someone faced something that solves this question? Thanks in advance

 

image.png

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@dcrios,

 

You may refer to the measure below.

Measure =
SUMX ( FILTER ( Table1, NOT ( ISBLANK ( Table1[Cliente] ) ) ), Table1[qtd] )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@dcrios,

 

You may refer to the measure below.

Measure =
SUMX ( FILTER ( Table1, NOT ( ISBLANK ( Table1[Cliente] ) ) ), Table1[qtd] )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you very much. It really helps me 

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.