{"id":6834,"date":"2021-07-06T15:01:57","date_gmt":"2021-07-06T15:01:57","guid":{"rendered":"https:\/\/softreetechnology.com\/?p=6834"},"modified":"2021-07-06T15:01:59","modified_gmt":"2021-07-06T15:01:59","slug":"how-to-create-calculator-using-power-apps","status":"publish","type":"post","link":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/","title":{"rendered":"How To Create Calculator Using Power Apps"},"content":{"rendered":"\n<p>In this blog,&nbsp;we will discuss how to build a simple calculator using power apps.<\/p>\n\n\n\n<p>Please follow the below steps,<\/p>\n\n\n\n<p><strong>Step 1<\/strong><\/p>\n\n\n\n<p>Open Power Apps window.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Step 2<\/strong><\/p>\n\n\n\n<p>Add the below controls. I have added to one label for displaying <em>the header title<\/em>, two <em>textboxes<\/em> for number input, four buttons for adding operators, and one label to show <em>results<\/em>. Change the button text with the&nbsp;<em>operator&#8217;s<\/em> name<em>. <\/em>Customize the <em>font, text<\/em>, color<em>, <\/em>height width.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi2.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Step 3<\/strong><\/p>\n\n\n\n<p>Now we have to add a formula on every button\u2019s onselect property.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>For + button -&gt; UpdateContext({Result: txtNumber1 + txtNumber2 });<\/li><li>For &#8211; button -&gt; UpdateContext({Result: txtNumber1 &#8211; txtNumber2 });<\/li><li>For * button -&gt; UpdateContext({Result: txtNumber1 * txtNumber2 });<\/li><li>For \/ button -&gt; UpdateContext({Result: txtNumber1 \/ txtNumber2 });<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi3.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Step 4<\/strong><\/p>\n\n\n\n<p>Click on the label, set its text property with the result. Customize its display properties also.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi4.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Step 5<\/strong><\/p>\n\n\n\n<p>Save the application and click on Run Button.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi5.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Step 6<\/strong><\/p>\n\n\n\n<p>Enter the numbers and select any operator button to check the result.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi6.png\" alt=\"\"\/><\/figure>\n\n\n\n<p>Key words:<br><\/p>\n\n\n\n<p>Create a calculator using PowerApps<\/p>\n\n\n\n<p>Create a simple calculator using power platform<\/p>\n\n\n\n<p>How to create calculator in PowerApps<\/p>\n\n\n\n<p>Steps to design a calculator using PowerApps<\/p>\n\n\n\n<p>Implement a calculator on PowerApps<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog,&nbsp;we will discuss how to build a simple calculator using power apps. Please follow the below steps, Step 1 Open Power Apps window. Step 2 Add the below controls. I have added to one label for displaying the header title, two textboxes for number input, four buttons for adding operators, and one label to show results. Change the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[306],"tags":[],"class_list":["post-6834","post","type-post","status-publish","format-standard","hentry","category-powerapps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Create Calculator Using Power Apps - Softree Technology<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Create Calculator Using Power Apps - Softree Technology\" \/>\n<meta property=\"og:description\" content=\"In this blog,&nbsp;we will discuss how to build a simple calculator using power apps. Please follow the below steps, Step 1 Open Power Apps window. Step 2 Add the below controls. I have added to one label for displaying the header title, two textboxes for number input, four buttons for adding operators, and one label to show results. Change the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/\" \/>\n<meta property=\"og:site_name\" content=\"Softree Technology\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-06T15:01:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-06T15:01:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Create Calculator Using Power Apps - Softree Technology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/","og_locale":"en_US","og_type":"article","og_title":"How To Create Calculator Using Power Apps - Softree Technology","og_description":"In this blog,&nbsp;we will discuss how to build a simple calculator using power apps. Please follow the below steps, Step 1 Open Power Apps window. Step 2 Add the below controls. I have added to one label for displaying the header title, two textboxes for number input, four buttons for adding operators, and one label to show results. Change the [&hellip;]","og_url":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/","og_site_name":"Softree Technology","article_published_time":"2021-07-06T15:01:57+00:00","article_modified_time":"2021-07-06T15:01:59+00:00","og_image":[{"url":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png","type":"","width":"","height":""}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#article","isPartOf":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/"},"author":{"name":"admin","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/98740297642f06debccdcee2de84086b"},"headline":"How To Create Calculator Using Power Apps","datePublished":"2021-07-06T15:01:57+00:00","dateModified":"2021-07-06T15:01:59+00:00","mainEntityOfPage":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/"},"wordCount":200,"commentCount":0,"publisher":{"@id":"https:\/\/softreetechnology.com\/blog\/#organization"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png","articleSection":["PowerApps"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/","url":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/","name":"How To Create Calculator Using Power Apps - Softree Technology","isPartOf":{"@id":"https:\/\/softreetechnology.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#primaryimage"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#primaryimage"},"thumbnailUrl":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png","datePublished":"2021-07-06T15:01:57+00:00","dateModified":"2021-07-06T15:01:59+00:00","breadcrumb":{"@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#primaryimage","url":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png","contentUrl":"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/07052021112158AM\/pi1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/softreetechnology.com\/blog\/powerapps\/how-to-create-calculator-using-power-apps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/softreetechnology.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Create Calculator Using Power Apps"}]},{"@type":"WebSite","@id":"https:\/\/softreetechnology.com\/blog\/#website","url":"https:\/\/softreetechnology.com\/blog\/","name":"Softree Technology","description":"Celebrating 10+ Years in SharePoint Consulting !","publisher":{"@id":"https:\/\/softreetechnology.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/softreetechnology.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/softreetechnology.com\/blog\/#organization","name":"Softree Technology","url":"https:\/\/softreetechnology.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2023\/03\/cropped-white-logo-soft.png","contentUrl":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2023\/03\/cropped-white-logo-soft.png","width":844,"height":230,"caption":"Softree Technology"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/98740297642f06debccdcee2de84086b","name":"admin","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6fc78c8a7aa3fb0bf43c3b9a2e3962d7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6fc78c8a7aa3fb0bf43c3b9a2e3962d7?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/softreeconsulting.com"],"url":"https:\/\/softreetechnology.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/6834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/comments?post=6834"}],"version-history":[{"count":1,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/6834\/revisions"}],"predecessor-version":[{"id":6835,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/6834\/revisions\/6835"}],"wp:attachment":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/media?parent=6834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/categories?post=6834"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/tags?post=6834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}