Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply

Unable to send my data as a cube to Power BI via custom connector

We are in the stage of developing a custom connector for Power BI. Though we have a cube data structure, it don't bring us the data in cube format to us. Below we have added the sample data that we try to push as json to the navigator window. For now, we are sending it as table data, which we handle internally as the below image

Mohanasudharsan_0-1685631637174.png

However, we need end users to choose the data as a cube in the navigation window. 


Sample data:

"pov": {
                    "members": [
                        [
                            "Plan"
                        ],
                        [
                            "FY22"
                        ],
                        [
                            "Units"
                        ],
                        [
                            "Working"
                        ]
 
                    ]
                },
                "columns": [
                    {
                        "members": [
                            [
                                "Jan"
                            ]
                        ]
                    },
                    {
                        "members": [
                            [
                                "Feb"
                            ]
                        ]
                    },
                    {
                        "members": [
                            [
                                "Mar"
                            ]
                        ]
                    }
                ],
                "rows": [
                    {
                        "members": [
                            [
                                "P_TP"
                            ]
                        ]
                    },
                    {
                        "members": [
                            [
                                "P_TP1"
                            ]
                        ]
                    }
                ]
}

 

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.