This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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" )
)
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
| User | Count |
|---|---|
| 27 | |
| 22 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 20 | |
| 20 | |
| 20 | |
| 20 |