@visual level filter
12 TopicsProblema con la capa de Heat Map de Azure Maps en Power BI: al activar “Usar tamaño como peso” desap
Al intentar utilizar la capa Heat Map del visual nativo de Azure Maps en Power BI Desktop, al activar el interruptor “Usar tamaño como peso” , el mapa deja de renderizarse y todas las ubicaciones desaparecen. El resto de capas, burbujas, clústeres y columnas, funcionan correctamente. Si desactivo dicho interruptor, el mapa térmico vuelve a mostrarse, pero no se aplica el degradado de color según la intensidad de la medida, por lo que no puedo visualizar los hotspots con la escala de calor deseada. Entorno Power BI Desktop : Versión 2.145.1105.0 (compilación de julio de 2025) instalada desde MSI (sin Microsoft Store). Datos : Tabla con columnas de Latitud (tipo Latitud), Longitud (tipo Longitud) y Valor (moneda).Solved1.5KViews0likes4CommentsPower BI: Dynamic Top N Filtering Based on Selection?
I have a Power BI table with three columns: ID, Title, and Name. I created two clustered bar charts: Chart 1 → Shows the Top 3 Names (Y-axis: Name, X-axis: Count of ID). Chart 2 → Shows the Top 3 Titles (Y-axis: Title, X-axis: Count of ID). Each chart has a visual-level filter applied to show only the top 3 based on ID count. Issue: When I select a Name in Chart 1, Chart 2 updates, but it does not recalculate the top 3 Titles based on the selected Name—it just filters the existing top 3 Titles. Similarly, selecting a Title in Chart 2 does not dynamically update the top 3 Names in Chart 1. Desired Outcome: If I select a Name, I want Chart 2 to show the Top 3 Titles related to that Name (not just filter the default top 3). Likewise, selecting a Title should update Chart 1 to show the Top 3 Names related to that Title. Note: There are more than 1000 records in my table, and there are more than 20 distinct Titles and Names each. Is there a way to achieve this in Power BI?Solved1.1KViews0likes3CommentsHow to set Default filter for Matrix or Table
Hi everyone, I want a matrix to show values for a particular filter, L1, from KPI Level by default. Note: I will use KPI Level as a slicer. When I click on the L2 slicer, the table should display L2 data. For L3 selection, it should show L3 data, and for L1, it should show L1 data. If no filters from the KPI Level slicer are selected, the table should display only L1 data by default. The table needs to include the following columns: - KPI Level - Region - Category - Target - Actual Below is the data view of the dataset: ChatGPT data prompt: https://chatgpt.com/share/b2a755d3-e928-4817-80ef-a643de3c6bf0 Dax formula i used: Defualt_Target = Var _a = SELECTEDVALUE(Data[KPI Level], "L1") Var _b = CALCULATE(sum(Data[Target]), FILTER(Data, Data[KPI Level]= _a )) RETURN _b I am not able to acheive the result what i wantedSolved647Views0likes2CommentsFix Relationship for Distinct Count column and row values
I have a visual that uses a default Dataverse Direct query relationship. There a three departments from the related table as shown in department slicer. The main visual does show unique counts of the department of the related table, but the value of ONE of the department row (only it has a value of hrs = 4.00) are duplicated across all rows. Also all departments are listed as rows with no record counts. I need to only show the three Departments in the main visual with counts and total hrs in only the row that has the true total hrs.How to filter for multiple items
Hi All, If I have a filter called 'Student ID' that shows me all students and want to filter on a list of students that I am interested in, how can I do this? I know you can use Advanced filtering to paste in 2 different student IDs, but how can I look up a whole list? Going through the filter and manually selecting each student individually is not an option as sometimes we may want to look up a list of 100s of students. Thank you.Solved838Views0likes2CommentsHow do I group columns by category in the same pivot table in excel?
Good afternoon guys, what's up? I need some help I'd like to layout the PowerBi "Matrix" in the same way that the "Pivot Table" groups the categories before showing the value, as shown in the photos below. 1. Excel - Pivot Table In the image below we can see that the pivot table first categorizes the values - Volume/Weight and Volume Measure - before grouping by BAT/PMI and JTI 2 - Power BI - Matrix In Power BI, the "Matrix" does just the opposite, first it categorizes BAT/PMI/JTI and then it categorizes the values I would like to know if it is possible to visualize the "Pivot Table" (example of photo 1) in PowerBI with "Matrix"?698Views0likes1CommentModifying DAX Formula for Age Calculation to Include Active Employees Hired Before the Selected Year
I used the DAX formula below to create a list of active employees with their corresponding ages based on the latest year available from my Year visual filter using Between style for my slicer. Age Measure = VAR _selyear = MAX(_Calendar[Year]) VAR _selbirthdate = SELECTEDVALUE(hr_coredata[DOB]) VAR _age = DATEDIFF(_selbirthdate,DATE(_selyear, 12, 31 ), YEAR ) RETURN _age How can I achieve the same results if I used the dropdown style that only allows a single selection. Currently, if I choose a single year, I will only get the list of active employees hired from the year, ignoring any active employees that are hired from previous year. I have a calendar table and an hr_coredata table have the following columns -- [Employee_Name], [DOB] for birthdate, and [DateofHire] for reference. Thank you!Solved692Views0likes1Commentignore column value filter in a table visual
hello i have visual table with below fields' I'm trying to calculate the agent achievement which is made of 1- core achievement measue (which equals 90%* by new achiev% measure) 2- accessories achievement (which equals 10%* new achiev% measure) 3- total achievement (equals the sum of core achievement and accessories achievement) as you can see from the table above, i managed to to calculate the first 2 parts for core achievment and accessories achievement. the problem is when i was trying to sum the two percentages it's not working. as for [category type]= 'accessories' it will show blank in core achievment measure and for [category type]='Core' it shows blank for accessories achievement. i want to show the accessoreis achievemt '7%' instead of blank for category type ='core' so that for each core category i can sum both core and accessories achievement as belowSolved556Views0likes1CommentBar Chart & Table Visual showing different results for same data
Hi Experts , I am having a simple bar chart visual with some filters on it , few filters are fields from table & couple of them are 'measures' I am seeing different data in bar chart visual & a different data in Table visual for same set of inputs [ data & filters] . I am just wondering why it is happening? Can someone please help in here. I am ready share further details as needed.Solved1.1KViews0likes2CommentsSlicer of filter values are with data type (i.e) whole integer, But not getting search option?
Hi Team, Good Morning! Currently in my slicer of filter values are with data type i.e whole interger. and the values are shown with 12 digit number like below snapshot. Can you please suggest, If data type change it to text then we will get serach option, but it is not correct way. Please suggest how to fix this issue(suggest with snapshots please) or any DAX or any other way. Kindly help me to fix this issue. Thanks in Advance.Solved1.1KViews0likes2Comments