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
Hello everyone. I want get number from random.org randomly generated numbers in excel. How i can do it?
Hi @DMT_corp ,
Try this:
let
Source =
Table.FromColumns(
{
Lines.FromBinary(
Web.Contents("https://www.random.org/integers/?num=10&min=1&max=6&col=1&base=10&format=plain&rnd=new"),
null,
null,
65001
)
}
)
in
Source
Where parameters are as follows:
Pete
Proud to be a Datanaut!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 4 |