Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
This article gives a formula to generate integer random numbers in Power Query Language M.
Use Case: There are many scenarios where we are required to extract the integer portion of a number.
Hence, for 23.57 and for -45.678, the integer portions will be 23 and -45 respectively.
Power Query Number functions library doesn't provide any function which can do this. Hence, we will work out a formula to make a Number.Int function.