Skip to content

Commit

Permalink
Merge pull request #1 from Jarvis-BITS/Data_Extract
Browse files Browse the repository at this point in the history
Added data extraction in data.ts
  • Loading branch information
Jarvis-BITS authored Jul 2, 2020
2 parents 6be3079 + 71ac2ae commit 1a1fdf3
Show file tree
Hide file tree
Showing 49 changed files with 5,871 additions and 51 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .tmp/precompile/visualPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var powerbi: any = window[powerbiKey];

var visual217B56EDD81A4BE4A65CA8AF6A599C31_DEBUG: IVisualPlugin = {
name: 'visual217B56EDD81A4BE4A65CA8AF6A599C31_DEBUG',
displayName: 'visual',
displayName: 'Advanced Filter',
class: 'Visual',
apiVersion: '2.6.0',
create: (options: VisualConstructorOptions) => {
Expand Down
1 change: 0 additions & 1 deletion PBI-Filter
Submodule PBI-Filter deleted from fe9596
31 changes: 13 additions & 18 deletions capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
"displayName": "Category Data",
"name": "category",
"kind": "Grouping"
},
{
"displayName": "Measure Data",
"name": "measure",
"kind": "Measure"
}
],
"objects": {
"dataPoint": {
"displayName": "Data colors",
"properties": {
"defaultColor": {
"displayName": "Default color",
"displayName": "filter",
"type": {
"fill": {
"solid": {
Expand Down Expand Up @@ -47,7 +42,7 @@
"fill": {}
}
},
"fontSize": {
"fontSize": {
"displayName": "Text Size",
"type": {
"formatting": {
Expand All @@ -60,25 +55,25 @@
},
"dataViewMappings": [
{
"conditions": [
{
"category": {
"max": 1
}
}
],
"categorical": {
"categories": {
"for": {
"in": "category"
},
"dataReductionAlgorithm": {
"top": {}
}
},
"values": {
"select": [
{
"bind": {
"to": "measure"
}
"top": {
"count": 150000
}
]
}
}
}
}
]
}
}
13 changes: 13 additions & 0 deletions node_modules/powerbi-models/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 132 additions & 0 deletions node_modules/powerbi-models/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1a1fdf3

Please sign in to comment.