Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have used Left() function to retreive left most characters
Solved! Go to Solution.
@sheetalshettiga
When you use a measure, you cannot access a value/column directly, it has to be covered by a function. If you are adding a column in a table then it is possible to directly refer without such functions as you are in a row context. This also applies when you use iteration functions such as SUMX, MAXX, and so on.
Hope it made it clear?
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@sheetalshettiga
When you use a measure, you cannot access a value/column directly, it has to be covered by a function. If you are adding a column in a table then it is possible to directly refer without such functions as you are in a row context. This also applies when you use iteration functions such as SUMX, MAXX, and so on.
Hope it made it clear?
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
So what aggregation should I use while referring to any column in any of the dax functions ? @Fowmy
@sheetalshettiga
You can use MAX or SELECTEDVALUE
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
25 | |
11 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
7 |