table visual
3 TopicsCreating excel like cell-based dropdown in Power BI Table
Hi, I am new to Power BI and was looking for ways to create a status update table in Power BI to track progress of certain tasks. The table in excel would look like this I want to create a similar table where I would be able to update the status in the visuals itself. Is that possible to do in Power BI? Thanks in advance for any help!Disable table visualization's order
hi, i have an excel table like this: Metrics Figures Loan 12 Provision 3 Write-offs 1.5 Net losses 2 I want my table visual to look exactly the same as in the above table. However, PB automatically sort the table based on the Metrics column. The output looks like this: Metrics Figures Loan ... Net losses ... Provision ... Write-offs ... How may I fix this issue? Thank you in advance!Asigning colors to a custom table with the colorPalette object.
Hi, As Power BI can't handle dynamic headers through their native table views we created a custom visual that handles this issue. While we were adding custom styles based on a selected theme into our table to look similar to the out of the box visual; we found out that the color theme property affecting the border-bottom was the tableAccent. However, we could not map that property using the Visual.ColorPalette object. Is there any way to extend the ISandboxExtendedColorPalette and add the tableAccent property? Is it possible to retrieve this attribute? Thanks,823Views0likes0Comments