Tachometer in Power BI, changing colours depending on valuesHow do you change the size of figures drawn with matplotlib?“Stops” in Highcharts polar chart column?Power BI Visualisation and FormatingChange rectangle color using if else for a Power BI Custom VisualCompare current status with previous months in Power BITile in Power BIPower BI - Evaluate the logic and Highlight the subtotals (Conditional Formatting)Power BI - Switch table structure depending on what is selectedHow do I create a dashboard with transparent report page and transparent visual in Power BI?Customize Power BI Embedded Reports
Biological Blimps: Propulsion
How does a computer interpret real numbers?
Keeping a ball lost forever
What if a revenant (monster) gains fire resistance?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
How does the math work for Perception checks?
Quoting Keynes in a lecture
Unexpected behavior of the procedure `Area` on the object 'Polygon'
Picking the different solutions to the time independent Schrodinger eqaution
Does malloc reserve more space while allocating memory?
Non-trope happy ending?
Creepy dinosaur pc game identification
Does the Linux kernel need a file system to run?
Extract more than nine arguments that occur periodically in a sentence to use in macros in order to typset
Does the UK parliament need to pass secondary legislation to accept the Article 50 extension
creating a ":KeepCursor" command
Why should universal income be universal?
Is this toilet slogan correct usage of the English language?
Does IPv6 have similar concept of network mask?
It grows, but water kills it
How can I write humor as character trait?
Does Doodling or Improvising on the Piano Have Any Benefits?
Limits and Infinite Integration by Parts
Tachometer in Power BI, changing colours depending on values
How do you change the size of figures drawn with matplotlib?“Stops” in Highcharts polar chart column?Power BI Visualisation and FormatingChange rectangle color using if else for a Power BI Custom VisualCompare current status with previous months in Power BITile in Power BIPower BI - Evaluate the logic and Highlight the subtotals (Conditional Formatting)Power BI - Switch table structure depending on what is selectedHow do I create a dashboard with transparent report page and transparent visual in Power BI?Customize Power BI Embedded Reports
In Power BI I have the following data:
When the actual value is less than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in green:
When the actual value is more than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in red:
To achieve this currently, I have to swap the values for Range 2 and Range 3 around:
I also have to change Range 2's colour to do so:
Is there a way to do it dynamically so that when the actual value doesn't exceed the planned value it is green and when it does exceed the portion is red?
powerbi visualization
add a comment |
In Power BI I have the following data:
When the actual value is less than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in green:
When the actual value is more than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in red:
To achieve this currently, I have to swap the values for Range 2 and Range 3 around:
I also have to change Range 2's colour to do so:
Is there a way to do it dynamically so that when the actual value doesn't exceed the planned value it is green and when it does exceed the portion is red?
powerbi visualization
1
Swaping the values should be easy with 2 Dax measures. But you can't change the color dynamically.
– mxix
Mar 8 at 12:14
add a comment |
In Power BI I have the following data:
When the actual value is less than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in green:
When the actual value is more than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in red:
To achieve this currently, I have to swap the values for Range 2 and Range 3 around:
I also have to change Range 2's colour to do so:
Is there a way to do it dynamically so that when the actual value doesn't exceed the planned value it is green and when it does exceed the portion is red?
powerbi visualization
In Power BI I have the following data:
When the actual value is less than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in green:
When the actual value is more than planned, I want to achieve the following visual using the Tachometer, highlighting the part between actual and planned in red:
To achieve this currently, I have to swap the values for Range 2 and Range 3 around:
I also have to change Range 2's colour to do so:
Is there a way to do it dynamically so that when the actual value doesn't exceed the planned value it is green and when it does exceed the portion is red?
powerbi visualization
powerbi visualization
asked Mar 8 at 1:55
deoosdeoos
175
175
1
Swaping the values should be easy with 2 Dax measures. But you can't change the color dynamically.
– mxix
Mar 8 at 12:14
add a comment |
1
Swaping the values should be easy with 2 Dax measures. But you can't change the color dynamically.
– mxix
Mar 8 at 12:14
1
1
Swaping the values should be easy with 2 Dax measures. But you can't change the color dynamically.
– mxix
Mar 8 at 12:14
Swaping the values should be easy with 2 Dax measures. But you can't change the color dynamically.
– mxix
Mar 8 at 12:14
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55055651%2ftachometer-in-power-bi-changing-colours-depending-on-values%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55055651%2ftachometer-in-power-bi-changing-colours-depending-on-values%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Swaping the values should be easy with 2 Dax measures. But you can't change the color dynamically.
– mxix
Mar 8 at 12:14