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

Filtering Data

I plan to create a report that will have ~8 filters.   It is possible the values that are displayed will automatically recalculate based on the filtered results?   For example, my data table might look like this:

 

RED   10    25%

RED   10    25%

BLUE  5     10%

BLUE  10    60%

 

If I filter on RED, the end result will display RED 20 50%

If I filter on BLUE, the end result will display BLUE 15 70%

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Measure groups the dimensional values and aggregate the values to the same level. Means, Measure will return one value if all other columns values are same . In your example below, you need to take out the count column, % column to get single row.

 

Thanks
Raj

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous

  If we name your columns as A,B,C, create measures as SUM([B]),SUM([C]) . Then place A, SUM([B]), SUM([C])  in the report.

 

Looks straight forward, am i missing something here? If the requirement is osmething else, please explain,

 

Thanks

Raj

Anonymous
Not applicable

I tried that and here is the result.   I was hoping the Measure column would have summed the Count column and display one line

Capture.PNG

Anonymous
Not applicable

Measure groups the dimensional values and aggregate the values to the same level. Means, Measure will return one value if all other columns values are same . In your example below, you need to take out the count column, % column to get single row.

 

Thanks
Raj

Anonymous
Not applicable

Thank you.   That worked!

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.