Questions about Power BI custom visuals: their development, capabilities and usage. Power BI is a self-service analytics tool. Custom visuals are visualization plugins for Power BI, written in TypeScript or JavaScript using the Custom Visuals SDK.
Questions tagged [powerbi-custom-visuals]
389 questions
2
votes
1 answer
Displaying custom map in Power BI
I'm working with the map visual in Power BI to show the number of employees per city when I filter by country, everything works perfectly fine.
For instance, when I choose the country London, my map is perfectly zoomed at the country and displays…

userrr
- 197
- 7
2
votes
1 answer
Power BI :: calculate delta for baseline of a specific date
SCENARIO: Azure App Services have high cost on the cloud.
That's why at the end of November 2022 we put in place a cost reduction. As per the 30 of November 2022 the costs were at 83.63 per day. The day after they dropped to 48.22 per day:
GOAL: I…

Francesco Mantovani
- 10,216
- 13
- 73
- 113
2
votes
1 answer
Power BI Custom Visual: Store Expand/Collapse State of a matrix like in default matrix
i am implementing a default matrix like visual and want implement the possibility to expand/collapse rows and store this state:
Expand/Collapse Rows
I am already had the feature to expand/collapse rows.
How do i store this information, so that on…

r14r
- 21
- 4
2
votes
1 answer
PowerBI DAX Comparing two measures
I am having an issue and cannot figure it out, since I am still pretty new on DAX.
Currently, I am having a table in the database, where it stores the "Extracted" documents that have been automatically extracted value by the software. I also have…

Matas
- 21
- 2
2
votes
2 answers
Update a Percent Measure with Multiple Slicer Selections
I have a table where I want to update the values of "Percent Values" Measure at each filter (a user can select either one, or multiple values from a slicer/s). In visualization all the markers for a Year, Month need to add to 1.0 With or Without…

WannabeSmith
- 435
- 4
- 18
2
votes
0 answers
Power BI Custom OpenStreetMap Visual
i want to create a custom visual map on power-bi by using openstreetmap.
Therefore i created a new visual project as : pbiviz new LeafletCustomVisual
after that i install osm as : npm install osm --save
and edited pbiviz.json as
"externalJS":…

MS.
- 145
- 1
- 10
2
votes
0 answers
Q:Power BI - showing monthly values up to selected month and YTD value
I'm new to Power BI and would be greatfull if someone could help me with following:
My data model looks like this:
I want to achieve a matrix which shows monthly values starting the year up to selected period from a slicer and MYTD value for the…

Marek
- 21
- 1
2
votes
2 answers
How can I offset the source and target points of a bezier curve using D3's link generator?
I'm coding an horizontal hierarchical tree power bi custom visual using typescript and D3, using d3's treeLayout, and I need to write a link generator that can plot bezier, step AND diagonal links, at user's will.
The catch (for me) is: since the…

Eduardo Waghabi
- 41
- 4
2
votes
0 answers
Execute Logical Operator Filters On GraphQL OnlyOn JSON Objects
Thank you for help. I am trying to execute AND/OR operator in GraphQL without Database.
Below is Query need to execute on dataset not database. Please understand, I don't have authority to connect to any database.
{
…

tbudhe
- 21
- 2
2
votes
0 answers
How to integrate Mapbox-GL into Power BI Custom Visual Development
I want to use Mapbox-GL as power bi custom visual,eg:add data from GeoJSON,draw polygon、polyline and for more GIS function.
and code in html is ok,but integrate into power bi got error.
code img in visual studio code
myMapbox.js Code:
function…

luojiandan
- 21
- 2
2
votes
1 answer
Default Date on Slicer & custom selection
I have a date slicer which should show last 12 days as selected when report opens. Further, user should have flexibility to select any other date range.
enter image description here

suresh ramesh
- 21
- 2
2
votes
1 answer
Set custom properties to a visual in power bi embedded
I am creating custom power bi embedded visuals and saving it using report.save(). Can I add custom properties like id or anything else on the visual and save it. So next time if I getVisuals(), I will get that custom properties…

Learn AspNet
- 1,192
- 3
- 34
- 74
2
votes
1 answer
2
votes
1 answer
Is there possibilities of adding a drop down in format pane of a powerbi visual?
we are developing a powerbi custom visual where we are trying to change the visual's content based on a drop down selection. We came across powerbi capabilities and noticed that we could add ValueTypeDescriptor | StructuralTypeDescriptor ( which are…

naveen ashok
- 311
- 1
- 16
2
votes
1 answer
How to subtract Yesterday count by today count group by id in power bi?
I'm trying to subtract the Yesterday Count by today count using startDate and group by id.
Expected result is
id startDate count newColumn
xyz Yesterday date 46 40(yesterday-today)
xyz Today date 6 today-nextday

KARTHIKEYAN.A
- 18,210
- 6
- 124
- 133