I'm using Business Central in the Cloud, and I have a data structure with nested dimensions (I don't know a better term for it). There's Dimensions A, B, and C. Each dimension has a full list, but only some of the entries in Dimension B are valid for a given value of Dimension A. Likewise, only a subset of Dimension C is valid for a given value of Dimension B. I've been tasked with using Power BI to create a report that shows which values for C are allowed for each B, and likewise for B and A. I can't find a table, page, web service, or API that shows that info. How would I go about retrieving it?
BC Dimension Combinations
93 Views Asked by Alec Zrike 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 DYNAMICS-BUSINESS-CENTRAL
- Windows installer silently skips over component marked as 'Local'
- Graph API to access Business Central using Application Client Credentials
- Business Central Create pick document not working
- How to give access to RAPIDSTART in Business Central to SUPER user?
- How to get Business Central installation error message from automation API?
- Invoke Business Central API through AzureAD/EntraID at Application Level (Not Delegated Permission)
- How to create a nested web service in Business Central with Page Parts?
- Fetching Purchase Invoice Lines From Business Central API v2
- How to expand particular entities navigation property
- Get Companies API in Microsoft Business central
- BC V22 W1 On-Prem - API v2.0 - Standard endpoints not found
- How to export images in Business Central via Web Services?
- Change or hide a custom action from the standard page in MS D365 Business Central, which is added via another custom extension
- AADSTS50011: The redirect URI mismatch error with HTTP
- BC API with Custom Table
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?
There is no default API available to retrieve the Dimension Combinations.
You will have to create your own API by extending Business Central.
The data your are looking for can be found in the following tables:
Dimension Combination(table 350)Dimension Value Combination(table 351)