We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I have a column in a table with 10 lakh rows. the given scenario is using conditional column i need to bring whetehr the given numbers is odd or even. Kindly help me how to do this.
I am a beginner in Power BI. Hence posting such a question.
@Anonymous ,
In power query you can have a new column
= if Number.IsOdd([column]) then "Odd" else "Even"
in DAX, a new column
if(isodd([Column1]), "Odd", "Even")
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 38 | |
| 33 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 38 | |
| 34 | |
| 22 |