March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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
You can do while doing some calculation like
New Measure = Sumx(table,if(table[category]>1,1,0))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
91 | |
86 | |
77 | |
49 |
User | Count |
---|---|
164 | |
149 | |
101 | |
73 | |
56 |