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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
SivaPhaneendra
Regular Visitor

Table Heat map custom visual develpment

Hello, I want to develop a heatmap with a X axis,a Y axia and values, can anybody help how to develop?
5 REPLIES 5
jamesdales
Kudo Kingpin
Kudo Kingpin

Galiya Warrier's Power BI table heatmap would probably be a good place to start. This was one of the original competition entries.

 

https://github.com/galiya/PowerBI-visuals

 

 

Hi,

 

I downloded the latest code from Galiya githib for 'tableHeatmap.ts', when I am trying to run the same code from visual studio it is giving lot of erros while building the code (please find the below images). Could anybody help to debug this?

 

Error1Error1Error2Error2

The issue is the lack of references, it does not know where your TypeScript definitions are.

This changed in the latest checking of the project so make sure you pull the latest code

add this right above your module:


/// <reference path="../_references.ts"/>

Is it something like this? 

https://www.youtube.com/watch?v=NjyNAgSrHAU 


If so you can download the pbiviz and read the instructions here: https://sjkppowerbi.azurewebsites.net/heatmap/

Greg_Deckler
Super User
Super User

Not sure how far down the path you are with this. The starting points are:

 

https://app.powerbi.com/devTools

 

https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-getting-started-with-develo...

 

If you are past that already, can you supply any more specifics as to your current roadblocks?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

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 FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors