The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Is there a way using the Summarize function to only pull in a specified value from a column? Heres an example of what I'm trying to do.
Solved! Go to Solution.
Hi @Anonymous
try this
SummarizedTable =
SUMMARIZE (
FILTER ( 'Table', 'Table'[Column1] = "a" ),
'Table'[StartDate],
'Table'[Column1]
)
Regards,
Marcus
Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Anonymous
try this
SummarizedTable =
SUMMARIZE (
FILTER ( 'Table', 'Table'[Column1] = "a" ),
'Table'[StartDate],
'Table'[Column1]
)
Regards,
Marcus
Dortmund - Germany
If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
User | Count |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
94 | |
79 | |
65 | |
55 | |
52 |