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 to create a new column named 'Result'. Output will be 1 for distinct rows when all the below three columns are considered and the other rows as 0.
Input:-
Output will have the below additional column:-
Result
1
0
1
0
Solved! Go to Solution.
Such things should be dealt with in the ETL layer (for instance, in PowerQuery or SQL), not in DAX. DAX does not have a notion of order. To DAX row 1 and 2 are INDISTINGUISHABLE as are rows 3 and 4.
Best
Darek
Such things should be dealt with in the ETL layer (for instance, in PowerQuery or SQL), not in DAX. DAX does not have a notion of order. To DAX row 1 and 2 are INDISTINGUISHABLE as are rows 3 and 4.
Best
Darek
Thanks Darek
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |