This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi, I have a set of data that is completely normalized. I'm trying to create a column that pulls out an individual "label". This is where I'm at right now.
Date =
CALCULATETABLE(
SUMMARIZE('Oracle 001 - Latest Data','Oracle 001 - Latest Data'[Value])
,'Oracle 001 - Latest Data'[Label]="Date")
I'd like to see this value across the entire list for that single project. Not just where that field is, and then format it as a date?
Hi @Germj ,
Try this as a calculated column but change the table and column names accordingly:
=
CALCULATE (
MAX ( Data[Value] ),
FILTER ( ALLEXCEPT ( Data, Data[projectnumber] ), Data[Label] = "Date" )
)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 27 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |