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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Bwendos_Den
Frequent Visitor

Don't summarize as a measure

Hi Guys,
From the table below, I want to have the same view in power bi table as it is here using a measure. I know that if there is only one value by date I could use "Max". 

Bwendos_Den_0-1744028337715.png

I want to know if it is possible to show all the value if there are many values for one date using a measure.

Using "selectedvalue" is not an option here, coz it will also be used in a bar chart.

Thank u

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

What do you want the measure to do? SUM, AVG. MAX, MIN, etc. A measure is not for listing a value from one row. It is a calculation to do some aggregation on the data.

If you use SUM(value), then you would have to list the unique columns (Primary Key) of the table to get one row per row in the table

View solution in original post

3 REPLIES 3
Bwendos_Den
Frequent Visitor

I wanted to know if there where a measure that could list a value from one. I get my answer. 

 

Thank you for your reaction

Greg_Deckler
Community Champion
Community Champion

@Bwendos_Den Typically one would use something like ADDCOLUMNS and SUMMARIZE where the ADDCOLUMNS would be your measure. If not that, I don't know what you want exactly. Sample data and expected output always helps.

 

Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



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

What do you want the measure to do? SUM, AVG. MAX, MIN, etc. A measure is not for listing a value from one row. It is a calculation to do some aggregation on the data.

If you use SUM(value), then you would have to list the unique columns (Primary Key) of the table to get one row per row in the table

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.