This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata":[], | |
"datasource":{ | |
"rows":[ | |
{ | |
"id":"region", | |
"value":"EAST", | |
"role": "category", | |
"ref":"easte", | |
"level":0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "TREEMAP / FLATMAP", | |
"metadata": { | |
"dimensions": [{ | |
"id": "CategorySales.0.Category", | |
"role": "category", | |
"label": "Category", | |
"display_order": 1, | |
"type": "text" | |
},{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unique Id | Sample | Defects | Sample Size | Trial | |
---|---|---|---|---|---|
id_1 | 1 | 12 | 50 | TRUE | |
id_2 | 2 | 15 | 50 | TRUE | |
id_3 | 3 | 8 | 50 | TRUE | |
id_4 | 4 | 10 | 50 | TRUE | |
id_5 | 5 | 4 | 50 | TRUE | |
id_6 | 6 | 7 | 50 | TRUE | |
id_7 | 7 | 16 | 50 | TRUE | |
id_8 | 8 | 9 | 50 | TRUE | |
id_9 | 9 | 14 | 50 | TRUE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unique_id | diameter | sample | trial | |
---|---|---|---|---|
Id _1 | 74.03 | 1 | TRUE | |
Id _2 | 74.002 | 1 | TRUE | |
Id _3 | 74.019 | 1 | TRUE | |
Id _4 | 73.992 | 1 | TRUE | |
Id _5 | 74.008 | 1 | TRUE | |
Id _6 | 73.995 | 2 | TRUE | |
Id _7 | 73.992 | 2 | TRUE | |
Id _8 | 74.001 | 2 | TRUE | |
Id _9 | 74.011 | 2 | TRUE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#DEBUG in RStudio - Add this code to the top of script.r file | |
# Know more at - https://medium.com/@praveenp/debugging-power-bi-r-custom-visual-using-r-studio-b1ed18d32fe5 | |
fileRda ="D:/temp/Data.Rda" | |
if(file.exists(dirname(fileRda))) | |
{ | |
if(Sys.getenv("RSTUDIO")!="") | |
load(file= fileRda) | |
else | |
save(list = ls(all.names = TRUE), file=fileRda) | |
} |