Questions tagged [powerbi-custom-visuals]

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.

389 questions
0
votes
0 answers

One slicer for 2 tables power BI

I have two tables, first contains all AreaPath data module wise, WorkItemId Title ChangedDate State StateChangeDate AreaPath 27997 logo in Code Provider Access 16-03-2021 19:25 New 12-03-2021 21:53 Admin 28339 Password policy needs to be…
0
votes
0 answers

PowerBI- Student Attendance

This might be a little hard to do or explain but basically I have some data with student attendance. I want to be able to only show a list of the students who have more then 10 absences. I will provide a sample of what my data looks like below. I'm…
0
votes
1 answer

PowerBI report cannot recognize If statement when string are compared

I'm trying to replicate the example presented in this youtube tutorial https://www.youtube.com/watch?v=z9ttZAZkEhs However, even if I use the same DAX code the controls do not recognize the values properly. Selected = calculate…
Juan Acosta
  • 371
  • 3
  • 10
0
votes
1 answer

While Dataset refreshing that time i need one popup display in progress

When user open a report and if the dataset refresh for that report is in progress then display message that report data refresh is still in progress
0
votes
1 answer

Visuals in PowerBI not interacting properly with graph

I am busy building a dashboard and am running into a very simple (it seems) problem which I can not figure out. I have a graph displayed per month. If I dont select anything the tables should show the Top/Bottom 10 over all my contracts. However…
0
votes
1 answer

Determine if dates between 2 date columns are in the calendar in Power BIi

How do I determine using DAX whether the dates between 2 columns (column A and B) are within dates shown in the created calender with an If statement of yes or no for a calculated column?
0
votes
1 answer

How to disable the sorting axis option in Power BI line chart?

I have some data coming from a SQL Server query and the table looks as shown in the next figure: If I display this in an Excel chart, it looks like the following picture: As it can be noticed, in Excel the chart displays the data according to the…
0
votes
1 answer

Power BI Visuals with Measures only without summing up

Situation: My Report calculates the ranking developments of an accounts in one measure: Class_Evolution = [Class_Minus_0] & " <-- " & [Class_Minus_1] Combined with data from the source table the measures show good results per datarow. The results…
Johnny Spindler
  • 358
  • 4
  • 14
0
votes
1 answer

How to put measures from multiple tables into one matrix in Power BI?

I have 8 tables with data of sold products. Each table is about a unique product. In Power BI, I want to create a matrix, containing the sold quantities (values) per product (rows), per month (columns), and the number of unique customers who bought…
lakeviking
  • 322
  • 1
  • 6
  • 18
0
votes
1 answer

How to Get Field Name(Capability Name) from GetFilter Method of powerBi using JavaScript

We are creating Visuals using Power BI API Client(JavaScript).Once it is created I want to pre populate all selected Capabilities and filters in another view.I used Visual.getFilters() method to get all pre selected filters but in each item I am not…
0
votes
1 answer

Creating and Referring to a Grand total for a future calculation in Power BI

Attach is a screenshot of my tables and columns/values I have. I am very new to power BI and have searched for a solution to my problem but it all leads to a running total which I does not solve my issue. I am trying to create a future calculated…
0
votes
1 answer

Power BI Custom Visual: having a property panel for each column

I'm developing a Power BI custom visual that displays a simple table, each column of the table is defined by a field (grouping or measure) that can be added to the fields panel of the visual, just like a normal native Power BI table. Here's the…
Master_T
  • 7,232
  • 11
  • 72
  • 144
0
votes
1 answer

PowerBI - Create report or query to show missing value

Trying to create a PowerBI report - I have a table below and want to filter on which stores do not have Pears. It's very straightforward to create a report view and drill through which stores have specific fruit, but I can't figure out the…
0
votes
1 answer

PowerBI - one filter for multiple datasets

Full disclosure, I am a powerBI n00b. I am working on a report for data generated by an external system. This system exports data into different tabs in an excel sheet(lame, I know). I am needing to get a single filter to filter data from all 4 data…
0
votes
1 answer

Can we style PowerBI chiclet slicer 1.6.3 using themes?

My task is to change a Power BI report from dark theme to light theme. Most things are working, however I haven't written json that effects the color (or general styles) of the the chiclet slicers yet. I have been using Power BI Desktop to trade…