Forum Discussion
BI-Leo
4 years agoFrequent Visitor
Vlookup
Hi Everyone, I tried to transfer fomula Vlookup in Excel to PowerBI Desktop, but I am unable to do so. My aim is to extract column B in 'Group' sheet, here's my formula in Excel '=VLOOKUP(A:A,Group!A...
- Anonymous4 years ago
Hi BI-Leo,
It sounds like a segmentation related requirement, you can take a look at the following blog to know how to use DAX expression to achieve these:
Static segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
Anonymous
4 years agoNot applicable
Hi BI-Leo,
It sounds like a segmentation related requirement, you can take a look at the following blog to know how to use DAX expression to achieve these:
Static segmentation – DAX Patterns
Regards,
Xiaoxin Sheng
BI-Leo
3 years agoFrequent Visitor
Thanks a lot bro, what a brilliant idea! I created a column in Group to find its next row, and then match Group and Data, it works!