Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Good morning -
Problem: Unable to correctly solve my calculated column with the corresponding benchmark id.
Details: Picture is a thousand words. Below is a sample set of data within Excel that displays my two data sources. There is no relationship betweeen these two tables. The 'yellow' column is the column I am trying to derive the calculated column {not a measure}.
Notes: Please note that the 'Effective_Date' is what determines when a new benchmark Starts & Ends. For example: Account 6 uses Benchmark Id 5 until 1/1/2018, in which the new Benchmark Id 7 would be effective.
I've tried various LOOKUPVALUE functions & this several versions of this function:
Solved! Go to Solution.
@Jkaelin Please try this as a New Column.
BenchmarkID = VAR _Date = MAXX(FILTER(Test03Lkp,Test03Data[AccountID]=Test03Lkp[AccountID] && Test03Lkp[EffectiveDate] <= Test03Data[AsOfDate]),Test03Lkp[EffectiveDate]) RETURN LOOKUPVALUE(Test03Lkp[BenchmarkID],Test03Lkp[AccountID],Test03Data[AccountID],Test03Lkp[EffectiveDate],_Date)
Output
Appreciated for providing the sample data !
Proud to be a PBI Community Champion
@Jkaelin Please try this as a New Column.
BenchmarkID = VAR _Date = MAXX(FILTER(Test03Lkp,Test03Data[AccountID]=Test03Lkp[AccountID] && Test03Lkp[EffectiveDate] <= Test03Data[AsOfDate]),Test03Lkp[EffectiveDate]) RETURN LOOKUPVALUE(Test03Lkp[BenchmarkID],Test03Lkp[AccountID],Test03Data[AccountID],Test03Lkp[EffectiveDate],_Date)
Output
Appreciated for providing the sample data !
Proud to be a PBI Community Champion
@PattemManoharSuper helpful. Thank you very much. I couldn't figure this out & spend hours trying too. Thanks again!
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 |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 69 | |
| 39 | |
| 35 | |
| 23 |