{"id":3439,"date":"2023-04-12T15:33:12","date_gmt":"2023-04-12T15:33:12","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/"},"modified":"2026-01-21T16:39:19","modified_gmt":"2026-01-21T16:39:19","slug":"visualizing-data-in-minutes-using-ibm-paw","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/","title":{"rendered":"How do I visualize data in minutes using IBM PAW?"},"content":{"rendered":"<p>Perhaps you work for a residential home builder startup that wants to start using analytics to determine what sort of home they should be building and where. That is, what might be the optimal number of bedrooms, bathrooms and\/or square footage for a residential home in each state in the US?<\/p>\n<p>Let\u2019s see how IBM Planning Analytics Workspace (PAW), Powered by TM1, can help!<\/p>\n<p>You have some data \u2013 a comma-separated values (CSV) file of real-estate transactions by state <strong>\u00a0<\/strong>from last year. In the past you might have started by sharpening your \u201cExcel pencil\u201d, but today, you want to explore the data using PAW, so what do you do?<\/p>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1339 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J1-min.jpg\" alt=\"\" width=\"780\" height=\"258\" \/><\/strong><\/p>\n<p><strong>Step 1. Model your data<\/strong>. Data modeling can be a \u201cdeep subject\u201d, but, in a lot of cases, <em>simple<\/em> is <em>better<\/em>, so let us use that mind set for this exercise. Ask yourself, what do we want to see? We want to see, for the year, our measures (bedrooms, bathrooms or square footage) by state.<\/p>\n<p>This means that we have 2 \u201cdimensions\u201d. They are \u201cstate\u201d (where the home was built) and our \u201cmeasures\u201d (which contains 3 values: the number of bedrooms in the home, the number of bathrooms in the home and the square footage of the home.<\/p>\n<p>We could stop there, but, since we are pretty sure what we create will be insightful to our business, we most likely will have a new file or data at the end of this year, so let\u2019s add year as a third dimension. Also, since the file is a file of distinct transactions \u2013 that is, the data is not intended to be aggregated (like a sum of the total number of bathrooms in all homes, in each state)\u2013 we need to provide a transaction ID.<\/p>\n<p><strong>Step 2. Create a Cube.<\/strong>\u00a0 All cubes must have <em>at least two dimensions<\/em> and we have four, so we are \u201cgood\u201d there and can proceed. To create a cube, we first need to create the needed dimensions. There are a number of ways to\u00a0create\u00a0dimensions\u00a0using PAW, with one of the simplest being \u201cdrag and drop\u201d which you can read about <a href=\"https:\/\/quebit.com\/askquebit\/IBM\/drag-and-drop-a-file-to-create-a-dimension-in-paw\/\">here<\/a>.<\/p>\n<p><strong>The Cube Itself<\/strong><\/p>\n<p>Now assuming you have created the four dimensions, named as \u201cState\u201d, \u201cHome Measures\u201d, \u201cHome ID\u201d and \u201cYear\u201d, we can \u201csnap\u201d them together into a cube.<\/p>\n<ol>\n<li>Make sure that you are in <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/en\/SSD29G_2.0.0\/com.ibm.swg.ba.cognos.tm1_prism_gs.2.0.0.doc\/c_paw_edit_mode.html\">Edit mode<\/a>.<\/li>\n<li>In the <strong>Data tree<\/strong>, go to the database where you want to create the cube.<\/li>\n<li>Expand the database to show the dimensions, cubes, and other associated items.<\/li>\n<li>Right-click the\u00a0<strong>Cubes<\/strong>group, then click\u00a0<strong>Create cube<\/strong>.<\/li>\n<li>On the\u00a0<strong>Create cube<\/strong>dialog box, type a name for the cube, then in the\u00a0<strong>Available dimensions<\/strong>\u00a0list, select the dimensions to be included in the cube and then click the right arrow\u00a0to move the selections to the\u00a0<strong>Cube dimensions<\/strong>\u00a0list:<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1340 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J2-min.jpg\" alt=\"\" width=\"581\" height=\"517\" \/><\/p>\n<p>Ready? Sure you are. Now click\u00a0<strong>Create<\/strong>\u00a0to create the cube.<\/p>\n<p><strong>Step 3. The Data<\/strong><\/p>\n<p>Our new cube \u201cHomes\u201d is now created so we need to load our file of 2020 home transactions into it. To do that, we will create a TurboIntegrator process that will read the real estate transactions from our file and put them into our homes cube.<\/p>\n<p><strong>Procedure<\/strong><\/p>\n<ol>\n<li>Again, in the Data tree, right-click the\u00a0<strong>Processes<\/strong><\/li>\n<li>Click\u00a0<strong>Create process<\/strong>.<\/li>\n<li>Enter a name for the process \u201cLoad Home Transactions\u201d.<\/li>\n<li>Click\u00a0<strong>Create<\/strong>.<\/li>\n<\/ol>\n<p>Now we have a process, but it does not do anything. So, again in the Data tree, right-click the process and click\u00a0<strong>Edit process<\/strong>.<\/p>\n<p>What should this process do? It should <em>read our<\/em> <em>file<\/em> of transactions so in edit mode, click on <strong>File<\/strong> and just drag our file on to the process upload area (shown below) and the file name (mapdata.txt) will then appear as selected:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1341 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J3-min.jpg\" alt=\"\" width=\"780\" height=\"443\" \/><\/p>\n<p>Again, we want to <em>keep things simple<\/em>, so lets just click on <strong>Next<\/strong> (in the upper right).<\/p>\n<p>On the next screen, we want to make just one change. That is, enter a 1 in the <strong>Header Records<\/strong> text box (since we know that our mapdata.txt file has a first row that contains columns headings).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1342 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J4-min.jpg\" alt=\"\" width=\"780\" height=\"285\" \/><\/p>\n<p>Now click on <strong>Load Preview. <\/strong>We should see a preview of our file showing the columns in the file (state, beds, baths and (if you scroll over) sq_ft)<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1343 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J5-min.jpg\" alt=\"\" width=\"780\" height=\"279\" \/><\/p>\n<p>Click on <strong>Save<\/strong>. At this point our process will read each transaction (record) in our file and\u2026do nothing else. So, lets click on <strong>Script<\/strong>.<\/p>\n<p>Every TurboIntegrator process has four distinct \u201cprocedures\u201d that are executed sequentially when you run the process (read about them <a href=\"https:\/\/www.ibm.com\/support\/knowledgecenter\/SSD29G_2.0.0\/com.ibm.swg.ba.cognos.tm1_turb.2.0.0.doc\/c_editingtheprologmetadatadataandepilogprocedures_nc0c3c.html\">here<\/a>). Since we want to load each individual data record into our cube, we can use the CellputN TurboIntegrator function to do that (hint: you\u2019ll need to \u201ccell put\u201d 3 times, one for each measure).<\/p>\n<p>Another thing we need to keep in mind is that we are going to load each file record as a separate, unique \u201cHome ID\u201d, and since these IDs are just random (but unique) numbers, we are going to create a new Home ID for each record \u201con the fly\u201d as we load the record. We\u2019ll use two other handy functions for that (<strong>DimensionElementInsertDirect <\/strong>and <strong>DimensionElementComponentAddDirect<\/strong>).<\/p>\n<p>So, here we go:<\/p>\n<p>Add the following statement to the <strong>#Section Prolog<\/strong> section:<\/p>\n<p>HomeID = 1;<\/p>\n<p>DimensionElementInsertDirect(&#8216;Home ID&#8217;, &#8221;, &#8216;All Homes&#8217;, &#8216;C&#8217;);<\/p>\n<p>Add the following statements to the <strong>#Section Data<\/strong> section:<\/p>\n<p>HomeID = HomeID + 1;<\/p>\n<p>DimensionElementInsertDirect(&#8216;Home ID&#8217;,&#8221;, NumberToString(HomeID), &#8216;N&#8217;);<\/p>\n<p>DimensionElementComponentAddDirect(&#8216;Home ID&#8217;, &#8216;All Homes&#8217;,NumberToString(HomeID), 1);<\/p>\n<p>CellPutN(beds, &#8216;Homes&#8217;, NumberToString(HomeID), state, &#8216;2020&#8217;,&#8217;Beds&#8217;);<\/p>\n<p>CellPutN(baths, &#8216;Homes&#8217;, NumberToString(HomeID), state, &#8216;2020&#8217;,&#8217;Baths&#8217;);<\/p>\n<p>CellPutN(sq__ft, &#8216;Homes&#8217;, NumberToString(HomeID), state, &#8216;2020&#8217;,&#8217;Square Footage&#8217;);<\/p>\n<p>Note: do not insert any of your statements between the \u201cgenerated statements\u201d start and finish lines, as anything between these lines can be overwritten.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1344 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J6-min.jpg\" alt=\"\" width=\"780\" height=\"411\" \/><\/p>\n<p>Finally, click\u00a0<strong>Save<\/strong>\u00a0to save the updates to the process. If you don\u2019t have any typos in what you typed, you can now click on Run. The process will run, read your file and load the Homes cube.<\/p>\n<p><strong>Step 4. Map it<\/strong><\/p>\n<p>Since we wanted to <em>visualize<\/em> our data (rather than look at rows and columns in a report) we can utilize a map visualization to show patterns in our data by geography (state, in our case).<\/p>\n<p>Before we can create our map, we need to <em>do one more thing<\/em> and that is to make sure that PAW \u201cknows\u201d that our state dimension is \u201cdesignated\u201d as a geography \u201cdimension type\u201d. This is a dimension attribute in the }DimensionAttributes control cube. This is set at the intersection of the dimension that you want to define as a geography dimension (state) and the DIMENSION_TYPE attribute, by entering \u201cGeography\u201d:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1345 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J7-min.jpg\" alt=\"\" width=\"780\" height=\"321\" \/><\/p>\n<p>Okay, now we can:<\/p>\n<ol>\n<li>Create a view in PAW from our Homes cube with the rows displaying the designated geography dimension (state).<\/li>\n<li>Set the <em>visualization type<\/em> to be a\u00a0<strong>Legacy<\/strong> <strong>Map<\/strong>.<\/li>\n<li>Make sure the map fields are set with Regions Heat: Baths and Filters of All homes and All Years. The resulting display will appear as a\u00a0scrollable and zoomable <strong>map <\/strong>visualization:<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1346 aligncenter\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J8-min.jpg\" alt=\"\" width=\"780\" height=\"555\" \/><\/p>\n<p>Seems like the homes with the most bathrooms were built in CA and Tx!<\/p>\n<p>Of course, what we did here is just a simple \u201cproof of concept\u201d exercise, but it literally took only a few minutes. IBM Planning Analytics is full of fun features and functionality. Not sure what to do next? Check out the <a href=\"https:\/\/quebit.com\/askquebit\/IBM\/drag-and-drop-a-file-to-create-a-dimension-in-paw\/\">ask QueBIT\u2019s knowledgebase<\/a> or give us a call!<\/p>\n<p><em>The content of this article was developed using IBM Planning Analytics Workspace 2.0.60 running on the IBM Cloud.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Perhaps you work for a residential home builder startup that wants to start using analytics to determine what sort of home they should be building and where. That is, what might be the optimal number of bedrooms, bathrooms and\/or square footage for a residential home in each state in the US? Let\u2019s see how IBM&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[38,36,51],"class_list":["post-3439","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-how-tos","tag-planning-analytics","tag-planning-analytics-how-tos"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How do I visualize data in minutes using IBM PAW? - QueBIT<\/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:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How do I visualize data in minutes using IBM PAW? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Perhaps you work for a residential home builder startup that wants to start using analytics to determine what sort of home they should be building and where. That is, what might be the optimal number of bedrooms, bathrooms and\/or square footage for a residential home in each state in the US? Let\u2019s see how IBM&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:33:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-21T16:39:19+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How do I visualize data in minutes using IBM PAW?\",\"datePublished\":\"2023-04-12T15:33:12+00:00\",\"dateModified\":\"2026-01-21T16:39:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/\"},\"wordCount\":1232,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/J1-min.jpg\",\"keywords\":[\"How To\u2019s\",\"Planning Analytics\",\"Planning Analytics How To's\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/\",\"name\":\"How do I visualize data in minutes using IBM PAW? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/J1-min.jpg\",\"datePublished\":\"2023-04-12T15:33:12+00:00\",\"dateModified\":\"2026-01-21T16:39:19+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/J1-min.jpg\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/J1-min.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/visualizing-data-in-minutes-using-ibm-paw\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How do I visualize data in minutes using IBM PAW?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How do I visualize data in minutes using IBM PAW? - QueBIT","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:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/","og_locale":"en_US","og_type":"article","og_title":"How do I visualize data in minutes using IBM PAW? - QueBIT","og_description":"Perhaps you work for a residential home builder startup that wants to start using analytics to determine what sort of home they should be building and where. That is, what might be the optimal number of bedrooms, bathrooms and\/or square footage for a residential home in each state in the US? Let\u2019s see how IBM&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:33:12+00:00","article_modified_time":"2026-01-21T16:39:19+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How do I visualize data in minutes using IBM PAW?","datePublished":"2023-04-12T15:33:12+00:00","dateModified":"2026-01-21T16:39:19+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/"},"wordCount":1232,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J1-min.jpg","keywords":["How To\u2019s","Planning Analytics","Planning Analytics How To's"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/","url":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/","name":"How do I visualize data in minutes using IBM PAW? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J1-min.jpg","datePublished":"2023-04-12T15:33:12+00:00","dateModified":"2026-01-21T16:39:19+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J1-min.jpg","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2021\/01\/J1-min.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/visualizing-data-in-minutes-using-ibm-paw\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How do I visualize data in minutes using IBM PAW?"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3439"}],"version-history":[{"count":3,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3439\/revisions"}],"predecessor-version":[{"id":5125,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3439\/revisions\/5125"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3439"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3439"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}