Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Seeking help in figuring out a query that will replace all values greater than 1 with 1
see attached screenshot
Solved! Go to Solution.
Hi,
Please try to add custom columns in Query Editor:
Hope this helps.
Best Regards,
Giotto Zhi
Hi,
Please try to add custom columns in Query Editor:
Hope this helps.
Best Regards,
Giotto Zhi
Create new columns
Category 1 new =if(table[Category 1 ]>1,1,0)
Category 2 new =if(table[Category 2 ]>1,1,0)
Category 3 new =if(table[Category 3 ]>1,1,0)
@amitchandak - not practicable as columns can vary (15-25) from source data. currently has 15 columns. I'd rather transform the the data in edit query within existing columns
User | Count |
---|---|
59 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
78 | |
62 | |
45 | |
40 | |
39 |