Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
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".
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
Solved! Go to Solution.
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
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
@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.
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |