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:

Loop through visualization in power bi
857 Views Asked by Jakob At
1
There are 1 best solutions below
Related Questions in POWERBI
- Does Power BI provide an OOTB Geographical Dimension Table
- How to change point color in Deneb while having lines be the same color as the legend
- SQL analytics endpoint and Semantic model not being created in MS Fabric Lakehouse
- Parse Dynamic Power BI table with selenium
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- Market share growth versus last month, last year
- DAX query: trying to count unique entries that match two different criteria
- Azure Analysis Service, with an on prem gateway, in vnet
- Dax Many to Many Measure with Calender Date filters
- How to install NPGSQL and connect a PostgreSQL database to Power BI?
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- how can i obtain earliest day and lastest date per row/item number using Power Bi?
- Slicer Filtering on Drill-through Field Not Working
Related Questions in POWERBI-CUSTOM-VISUALS
- Power BI Format pane
- Access formatting value of conditional formatting in Power BI custom visual
- Viewing Mapbox studio map on mobile interface
- Power BI :: No conditional formatting on the bar color
- How to configure a Power BI Visual to display string values in a matrix?
- Accessing Private Azure Blob Storage in Power BI with AAD and RBAC Instead of SAS Tokens
- Cannot get data for first render in Power BI custom visual (React)
- Power BI how to shade campaigns periods on line chart
- Using Group By and Max + Sum function
- Finding out the common users with licences type in same column by using DAX
- Automatic hierarchy filtering across all Power BI visual objects
- In period Selection, it is taking range as wrong. For selected Years
- Looking for resources - Develop Power BI Custom Visuals with Angular
- Irrelevant filtering in Power BI
- In Power BI need table visual row count using field parameter value selection
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you are asking whether Power BI can dynamically create extra visuals in a report, based on unique values for each customer, then the answer is no (at least, not with Power BI Desktop out of the box tools).
This scenario is commonly solved by either
If you want to compare several customers on the same report screen, you could create several sets of visuals and use slicers for each set to determine which customer is showing in that set.