Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
What is the caculated DAX to achieve 1, 0 from the table below.?
It shld be used in data view calculated column and not a measure in a report
Thanks
Solved! Go to Solution.
you can try to create an index column in PQ
then use DAX to create a column
Proud to be a Super User!
you can try to create an index column in PQ
then use DAX to create a column
Proud to be a Super User!
Hi @Kathir
Your question is a bit unclear, If you want a calculated column to only have unque values from the column you specified use below dax to create a table.
Unieuq = values(columnname)
If this is not what you are looking for, Please provide sample screenshot for sample output.
If this post helps, then please consider Accept it as the solution to help the others find it more quickly. Appreciate you kudos!!
Follow me on LinkedIn!!!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 26 | |
| 23 | |
| 19 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 46 | |
| 44 | |
| 43 | |
| 36 | |
| 31 |