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

Power BI- Create Radio Button Filter (Right Side Pane, not on the Dashboard/Worksheet)

I've a right side pane filter at the page level with checkbox selection option (see yellow highlighted filter). I want to make change it as a radio button in the right pane not on the worksheet. The radio button filter should look like this:- Any…
0
votes
0 answers

power bi DAX catch values in tables

i have 2 tables: I would like to see how many values table one exists in table two and how many aren't exist in table tow so the result should be for example 5 exit and 10 not exist
user11641191
0
votes
1 answer

Power BI- Call Percentage of Total based in a Filter

Trust you are well! I'm calculating % of total by adding a new measure by this formula:- FY21 Q1 ACTUAL = DIVIDE( SUM('Page1'[Q1 FY21]), CALCULATE( SUM('Page1'[Q1 FY21]), ALLSELECTED('Page1'[Domain]) ) ) But when I'm…
ashish1780
  • 47
  • 1
  • 10
0
votes
1 answer

jquery set property error, help in overcoming this please

I'm trying to set a property using jquery i'm new to doing this so i could well be making a very simple mistake or this might not be appropriate for what im trying to achieve Here is my query where I try to set a variable - click here here is how I…
0
votes
1 answer

How to get the sum of the Calculated measures flag in PowerBI set to 1

I am facing an issue in PowerBI measure as stated below :- Below is my table with stated columns , times is the calculated measure I created Table name :School StudentID location attendancedays times Month a Tamilnadu 20 …
0
votes
2 answers

Power BI Visualization Month is not Sorting

The graphs represents Oct, Nov and Dec of 2020. And Jan 2021. How do I make Power BI sort by month and year? In the [Data] section, I told Power BI to sort by date, but the visualization is not updating. How do I fix this?
user716255
  • 352
  • 1
  • 6
  • 18
0
votes
1 answer

Sort Subplots (horizontal bar) based on a specified Rank Order

I have a subplot charted which has the categories that need to be displayed in a specific order. I'm working on the visual using PowerBI Python Script, so it looks like I'm unable to sort the dataframe as PowerBI does it automatically. In my dataset…
rustynails
  • 119
  • 4
  • 12
0
votes
1 answer

Can I put Lines on both axis in a Combo Chart in Power BI? (besides the Columns)

When using Power BI, is it possible to add a Line on the left Y-axis? Right now, I can only use the left Y-axis for the columns, but I want to put a Line graph on it as well. I know I can use the right Y-axis, but I want to use them both (due to…
AVS
  • 1
  • 1
0
votes
1 answer

How to bound slicer with the only one chart on a dashboad page?

For example, I have 3 different charts on the same Dashboard page. For each of the charts, I want to have a separate horizontal slicers where each of them only interacts with one chart, independently. How to explicate such a relationship - one chart…
0
votes
1 answer

Line Chart with multiple colors for single line and multiple icons

need a Line chart as below that is filtered by Country->Customers->MachineType->MachineModel->Parts. The Chart represents Consumed Material (In Tons) of Machines in Y-Axis and X-Axis is over time (Year-Months-Day). My data is coming from a ML model…
0
votes
1 answer

How to merge rows contain same id and remove null values of duplicate rows in Power BI

Here My Table contains five columns that are the same value and the other three columns are mixed null values due to this duplicate columns are generating.Help me to resolve this.
KARTHIKEYAN.A
  • 18,210
  • 6
  • 124
  • 133
0
votes
1 answer

YTD for morethan one year in DAX

I have a scenario where I need to calculate the YTD for two years. For eg : If user selects Nov-2020, Oct-2019 , then I need to return YTD(Nov-2020)+ YTD(Oct-2019). DatesYTD function returns for the latest year, it doesn't sumup. Is there is…
0
votes
1 answer

Power BI - creating custom r visuals relationship error

I desperately need help! I am trying to predict drug use based on 5 characteristics: Age, Gender, Education, Ethnicity, Country. I already build a tree model in R with rpart DrugTree3 <- rpart(formula = DrugUser ~…
0
votes
1 answer

How to get keyboard input to measure dynamically in power bi using dax?

I want to show measure value in the card Visual, I'm creating two measures Measure1 and Measure2, as follow: Measure1 = User Keyboard input Measure2 = Measure1 In card Visual, we need to show Measure2. It's possible or how to give dynamic user…
0
votes
1 answer

Loop through visualization in power bi

So I want to have a visualization that is basically a table form, but with visualizations that loop for each customer, is there a control or visual that I can use to do this in powerbi? Please see the drawing to understand what I mean:
Jakob
  • 4,784
  • 8
  • 53
  • 79