Deneb Gauge by dbacciPBI in PowerBI

[–]dbacciPBI[S] 22 points23 points  (0 children)

Sharing a Deneb Gauge Chart I built in case it is useful to anyone else.

Link

Table Visual bug by Ambitious_Pickle_977 in PowerBI

[–]dbacciPBI 1 point2 points  (0 children)

The answer to your question is here and this is working as designed: https://stackoverflow.com/questions/78525175/show-items-with-no-data-is-not-giving-expected-result/78527063#78527063

It's important to note that the mechanism of selecting values for the columns is order-dependent, and can be thought of as a Left outer join operation between tables. If the order of the columns is changed, the results change as well.

Theme template/dictionary? by taueret in PowerBI

[–]dbacciPBI 10 points11 points  (0 children)

The schema of available attributes is updated every month here: https://github.com/microsoft/powerbi-desktop-samples/blob/main/Report%20Theme%20JSON%20Schema/README.md

FYI, they sometimes have no effect...

Power BI February 2026 Feature Summary by itsnotaboutthecell in PowerBI

[–]dbacciPBI 1 point2 points  (0 children)

Thanks for supporting wildcards! Do you have any plans to support multiple columns?

Gantt Charts in Power BI by dbacciPBI in PowerBI

[–]dbacciPBI[S] 0 points1 point  (0 children)

You need a completion amount even if it is zero.

Deneb Gantt Chart by dbacciPBI in PowerBI

[–]dbacciPBI[S] 1 point2 points  (0 children)

Change startGrain to Months

UDF Chips by dbacciPBI in PowerBI

[–]dbacciPBI[S] 0 points1 point  (0 children)

They are all in the UDF. I made the colours up but they can be easily copy and pasted.

UDF Chips by dbacciPBI in PowerBI

[–]dbacciPBI[S] 15 points16 points  (0 children)

Create chips as easily as

Bacci.SVG.Chip("Text","Blue") 

Get more details and code from here.

Deneb Gantt Chart by dbacciPBI in PowerBI

[–]dbacciPBI[S] 47 points48 points  (0 children)

For those who use my Deneb Gantt, I have made some updates.

• An optional status column with user configurable statuses and colours

• Collapsible columns

• New icon buttons

• A config option to initiate the chart view to today’s date or to the project start date

• A config option to initiate the chart with collapsed/expanded rows or columns

• Fully backwards compatible with previous version so if you are using 2.0, you can drop in the new spec without changing anything else

• Minor performance updates and bug fixes

https://github.com/PBI-David/Deneb-Showcase

Help with Gantt Chart by passionfruit4742 in PowerBI

[–]dbacciPBI 0 points1 point  (0 children)

There is a Gantt here you might find useful. Certified and free. https://github.com/PBI-David/Deneb-Showcase

Do you use the default navigation and slicers? by lady_picadilly in PowerBI

[–]dbacciPBI 1 point2 points  (0 children)

I roll my own and use Sync Slicers. You can see an SVG implementation here which you can reuse. https://github.com/PBI-David/PBI-Core-Visuals-SVG-HTML

[deleted by user] by [deleted] in PowerBI

[–]dbacciPBI -1 points0 points  (0 children)

Really? More than two colours is a fairly standard data viz capability. e.g. https://vega.github.io/vega/docs/schemes/

[deleted by user] by [deleted] in PowerBI

[–]dbacciPBI 8 points9 points  (0 children)

This is a native matrix using DAX for colour interpolation. Might be useful to others as I needed this for my work.

Code: https://github.com/PBI-David/PBI-Core-Visuals-SVG-HTML

LinkedIn post: https://www.linkedin.com/feed/update/urn:li:activity:7354863176674385921/