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
1 answer

What would be the best visually appealing power BI chart/graph to compare numbers with huge differences?

I need to compare Year Month values somehow next to each other. But the difference is so big that it is not very visually appealing. I tried to find a good chart to display those, but so far no success. Any recommendation?
Serdia
  • 4,242
  • 22
  • 86
  • 159
0
votes
1 answer

PowerBI : How to Replicate Measure Names and Measure Values pills from Tableau to PowerBI?

I would wish to understand how we can replicate a Measure Name and Measure Value pill while replicating a report from Tableau to Power BI. Methods Looked for : I have gone through blogs and could not find something relevant. I found out this:…
0
votes
1 answer

Power BI stop sorting by column in matrix

In Power BI I have a matrix and I clicked on a column header which made it sort by that column. I don't want it to because now there's a little triangle on the column header cell. If I click it again it just resorts ascending/descending. How do I…
Phigl
  • 3
  • 1
  • 2
0
votes
1 answer

Create a search option in Power BI dashboard based on keywords table

I have two tables With complete data, including a keywords columns. where keywords are comma separated (around 25 keywords) Unique keywords extracted from the keywords column. (single column with each keyword in each observation) Task is,…
Rajesh RJ
  • 1
  • 1
0
votes
1 answer

Display different unit formatting in Dynamically DAX PowerBI

I'm using this DAX to dynamically display sales value if I select sales and so on my question is I want to display sales in "Millions" and Orders should be completely displayed how can I define unit formatting in this DAX? here…
0
votes
1 answer

Power BI - Cell should be coloured once I select it

I have created a table in Power BI and it has deal names, deal stage, amount, sales region etc. Is there any way, where if I select the deal name - it should be coloured or highlighted and stay like that unless i remove it?
0
votes
1 answer

How to add a new column with custom values, based on a WHERE clause from another table in PowerBi?

I am stuck while dynamically forming a new column based certain WHERE clause from another Table in PowerBi. To give more details, let's say I have a table with item numbers associated with a Customer Name. In another table, I have to add a new…
0
votes
0 answers

PowerBI - Plot zero as values for missing rows in line charts

I have a table where some of the rows(dates) are missing and I want to report zero for those in the chart. I am taking this table from some source and I cannot change that table to add missing dates. my table is something like this: datetime | type…
0
votes
1 answer

PowerBI - Counting the attributes of a record based on date

I have two simple tables. I need to able to determine who is 'new' as of a particular date (say January) and then count only those attributes. There's a 1:M relationship on name. I basically need to answer the following questions with the below…
0
votes
1 answer

PowerBI - Sum of rows of one column based on criteria

I have what I think is pretty simple requirement - but having trouble implementing. Basically I have two tables - with a 1:M relationship on the Name field Log-Ins…
Insan3
  • 37
  • 7
0
votes
1 answer

In Power BI, how can I create a column that changes based on a slicer and visualization?

I'm pretty new to Power BI. I'm unsure how to approach this. I have one visualization that displays the ten most frequently bought products in a time frame that is set by a slicer. In another visualization, I display how those products have been…
0
votes
1 answer

Power BI Report Server Language Issue

I have published a report to power bi report server. I can view it easily in my browser but when I changed browser language to Turkish It does not show report. There is no errror on the page. Just it saying loading data and then it shows nothing…
0
votes
1 answer

PowerBI: two filtered location sets in one map

I have two sets of identical data that I filter differently. One shows sales by location in test locations and the other in control locations. Is there a way to append the results in a table with a "Test/Control" flag based on the first set of…
0
votes
1 answer

In Power bi Date slicer can we only show the end of month dates instead of showing all the dates?

I have a report where I have sales data for end of every month. When I see the data in drop down ,I can see the end of month date , but when I have used slicer it shows the entire date range and not only the last day of the month. Is there any way…
0
votes
1 answer

PowerBI - How to create an approval process in PowerBI Dashboard?

I am working on the reporting project that uses PowerBI as the data visualization tool. I need create a processing approval workflow on the PowerBI tool. After seeing the Dashboard, the employer can approve some exception cases and the workflow can…
Sang
  • 3
  • 2