Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
1. Automated Invoice ID Generator FOr eg :
LOL-BOB201800040 |
and so on LOL-BOB201800041...................
2.I want to turn number into words
555.55
Solution
Five Hundred Fifty Five Dollars and fifty five cents
Hi @qwaiti27231,
For the 1st question, we can create calculated table and columns as below.
Table = GENERATESERIES(201800040,201800200,1)
Column = "LOL-BOB"
Invoice ID = CONCATENATE('Table'[Column],'Table'[Value])
Or using the formula to create a calculated column is another close way.
Column = FORMAT(Table1[number],"Currency")
For more details ,please check the pbix as attached.
Regards,
Frank
For that 2nd question can u show me how to do it python ???
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
94 | |
90 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |