Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
I tried to get data from onother table (there is not relationship between them) with such measure-
PROJEKTS_DIM =
LOOKUPVALUE(
'DimensionSetEntry (3)'[PROJEKTS],
'DimensionSetEntry (3)'[Dimension_Set_ID],GL_Entry[Dimension_Set_ID],"-")
But seems like it doesn't work correctly, maybe, becouse it takes first of entries with same ID which is empty.
Please give me some advise - how to get correct data.
Many thanks in advance!
Solved! Go to Solution.
@GINMED , Try a new column like
Maxx(filter('DimensionSetEntry (3)', 'DimensionSetEntry (3)'[Dimension_Set_ID] = GL_Entry[Dimension_Set_ID] && not(isblank('DimensionSetEntry (3)'[PROJEKTS])) ),'DimensionSetEntry (3)'[PROJEKTS])
@GINMED , Try a new column like
Maxx(filter('DimensionSetEntry (3)', 'DimensionSetEntry (3)'[Dimension_Set_ID] = GL_Entry[Dimension_Set_ID] && not(isblank('DimensionSetEntry (3)'[PROJEKTS])) ),'DimensionSetEntry (3)'[PROJEKTS])
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 119 | |
| 117 | |
| 38 | |
| 36 | |
| 29 |