Can you connect to a Power BI dataset or dataflow?
Is it possible to query from an online PowerBI dataset or dataflow? If it is, could someone explain how to do that?
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesIs it possible to query from an online PowerBI dataset or dataflow? If it is, could someone explain how to do that?
More a quibble than anything else, but I have some ordinal numeric data and the axis is being set up as interval. So I have data for 14, 14.6, 50, but nothing between. I expect them to be in order, but without an interpretation of the interval spacing. Basically the definition of ordinal. Yet the axis is presenting the ordinal data as existing on a continuous interval, so all the steps between...
Introduction I still think JMP's one of the most powerful features is it's capability to quickly create different visualizations. This post is just a reminder/discussion starter/wish list item about that visualizing your data is extremely important. This post will include two different "simple" yet very powerful examples of why you should always visualize your data and not just trust summary/descr...
//新增周標準化
weekEMC_HF_C_12_0 = Data Table( "周_EMC_HF_C_12um" ) << Get Column Names( string );
weekEMC_HF_C_12 = {};
//少一周={:"2022W38"n,:"2022W40"n,:"2022W41"n};
For( j = N Items( weekEMC_HF_C_12_0 ), j >= (N Items( weekEMC_HF_C_12_0 ) - 5), j--,
Insert Into( weekEMC_HF_C_12, weekEMC_HF_C_12_0[j] )
);
Try(
Local( {old dt = Current Data Table()},
Current Data Table( Data Table( "周_EMC_HF_C_12um" ) );
For Each( ...
Hey,I made a quiver map (vector map). all the arrows are black.. is there an option to add colors per arrows sizes?Thanks
Is it possible to query from an online PowerBI dataset or dataflow? If it is, could someone explain how to do that?
More a quibble than anything else, but I have some ordinal numeric data and the axis is being set up as interval. So I have data for 14, 14.6, 50, but nothing between. I expect them to be in order, but without an interpretation of the interval spacing. Basically the definition of ordinal. Yet the axis is presenting the ordinal data as existing on a continuous interval, so all the steps between...
Introduction I still think JMP's one of the most powerful features is it's capability to quickly create different visualizations. This post is just a reminder/discussion starter/wish list item about that visualizing your data is extremely important. This post will include two different "simple" yet very powerful examples of why you should always visualize your data and not just trust summary/descr...
//新增周標準化
weekEMC_HF_C_12_0 = Data Table( "周_EMC_HF_C_12um" ) << Get Column Names( string );
weekEMC_HF_C_12 = {};
//少一周={:"2022W38"n,:"2022W40"n,:"2022W41"n};
For( j = N Items( weekEMC_HF_C_12_0 ), j >= (N Items( weekEMC_HF_C_12_0 ) - 5), j--,
Insert Into( weekEMC_HF_C_12, weekEMC_HF_C_12_0[j] )
);
Try(
Local( {old dt = Current Data Table()},
Current Data Table( Data Table( "周_EMC_HF_C_12um" ) );
For Each( ...
Hey,I made a quiver map (vector map). all the arrows are black.. is there an option to add colors per arrows sizes?Thanks
//新增周標準化
weekEMC_HF_C_12_0 = Data Table( "周_EMC_HF_C_12um" ) << Get Column Names( string );
weekEMC_HF_C_12 = {};
//少一周={:"2022W38"n,:"2022W40"n,:"2022W41"n};
For( j = N Items( weekEMC_HF_C_12_0 ), j >= (N Items( weekEMC_HF_C_12_0 ) - 5), j--,
Insert Into( weekEMC_HF_C_12, weekEMC_HF_C_12_0[j] )
);
Try(
Local( {old dt = Current Data Table()},
Current Data Table( Data Table( "周_EMC_HF_C_12um" ) );
For Each( ...
I have access to both JMP12 and JMP14, so a solution for either would work. What I am trying to achieve is saving very large text files (csv,tab,tsv,etc.) with JMP compression such that I get a compressed .jmp file as the result. By large I mean 2-6gb files. Currently I use something like this: MyDataFile = open(filename,Private);
MyDataFile << Compress File When Saved;
MyDataFile << save(filetosa
...
Hi, I've been looking at this add-in which is very useful.https://community.jmp.com/t5/JMP-Add-Ins/Exploring-Model-Classification-Thresholds/ta-p/66964 In our case we don't have a probability but instead we have a status and a measurement that ranges between -10 and 10.I want to adapt the script so that the slider can move between -10 and 10 (I've already done it and it works). However the "Probab...
In GRaph Builder, "wrap" is a nice option to split a data set into small pieces and generate many sub-plots.
But sometimes, the window is just filles with the "titles" of the sub-plots an there is no space left for the plots.
Is there an option to hide the titles of the subplots?
In the "wrap" context menu, there is an option to remove the "title" (here: "data"), but not the sub-titles.
And in the red...
Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...
Jump into Graphing Date: Tuesday, September 16Time: 1:00 – 2:30 p.m. ETDuration:&nbs...
Elaborate on Elaborate: Advanced Interactive Reporting & AI-Enhanced Development In this...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...
REGISTER HERE *** Note that this webinar starts at a different time than the other Fall 2025...