How to increase the font size in Azure Dashboard? - azure

I am working on creating dashboard in Azure using Log Analytics Workspace query to show a value in dashboard. But the size of font for the value is small. Please help me with increasing the size of font.
Also is the changing of color of value is supported if a certain threshold value is breached?

How to increase the font size in Azure Dashboard?
You can increase the size of the tile in Azure dashboard as shown in below Screenshot:
click and drag the icon which is shown below to resize any tile on your azure dashboard.
Refer this Microsoft document to resize and edit query.

Related

In Azure Workbooks Bar chart legends are getting hidden

We are working on creating a custom connector to ingest the data in Azure Sentinel. We are now working on workbooks. But in workbooks, in the graphs, we are facing problem, that few legends are getting hidden.
As you can see in the above image, out of 10, only 9 are displayed, and that also not complete, even though the graph panel width is set to 100%.
And if we decrease the tab size, or zoom in, then more no. of legends are getting hidden. same applies to zoom out, if we zoom out to 80% approx, then all the 10 legends will be displayed.
Can someone help me to solve the this problem, and make all the legends visible irrespective of screen size?

Show a value only in a dashboard in azure?

I have following query:
AppMetrics | where Name=="ReportImported"| summarize Value=count()
I would like to show the value in a dashboard, and it looks like this:
Is there anyway to only display the number and not having it displayed as a list with a Value column?
You can use an Azure Monitor Workbooks to achieve this.
From your Azure Portal, go to Monitor and look for Workbooks on the left pane. Then click New to create a new Workbook, followed by the Add query button.
At this point you can already paste your query in the query console window. Select your Log Analytics Workspace and make sure to run the query to validate it works. Under the Visualization drop-down, choose Tiles and a new Tiles settings will appear on the right. Click on that to bring up the settings page.
Here the only thing I configured was the Left Tile field. Set your values accordingly and check the custom formatting box. Click Apply to see the changes reflect. You can explore other features here and then click on Done editing if you're satisfied. Finally, click on Done editing and save your workbook.
Now for the next step, the Workbook needs to be in edit mode again. Edit it and then click on the Pin icon. A pop-up shows up, explaining two options you have for pinning. Look to the right you'll see another 'item-level' pin. Click on that and choose your dashboard.
It should show up in your dashboard with the Workbook name as the title and a number as the only content of the tile.
It might seem a bit complex but that's the only method I found today, after struggling for a solution for a few weeks. Workbooks are very powerful and allow for very rich visualization!
There isn't a suitable tile in the Tile Gallery that can do this straight out of the box. There is a similar open idea on User Voice.
The closest I could get to doing something similar is by using the Workbooks feature in Azure Monitor, that would look like this when pinned to the dashboard:
Here are the steps to create the above visual:
Navigate to your Log Analytics Workspace
Create a new workbook > Add query
Add your log analytics query and run a preview
Configure the Tile settings as follows:
Change the Visualization dropdown to Tiles and then select Tile Settings.
Set the Title and select Left. Change the value for Use column: to Count, and Column Renderer to Big Number.
After saving the query step but before saving the workbook, select the pin option and pin this query step to your Azure dashboard as follows:
With this approach, you can leverage a range of visualization options and features that Azure Monitor Workbooks offer, creating rich visual reports and interactive experiences.

Dynamic color change

I'm designing a website for a client. He builds storage units. He wants customers to select a color option and it change the color of the cabin image. I have no idea how to do this. Any tips?

Automation on PowerBI using Python

I want to write python script to automate some process in dashboard of PowerBI.
My use cases are about:
Open powerBI and click to page 1 of dashboard.
click some filter and then capture the screen.
click the other pages and do step 2.
I try to run some command in https://github.com/dubravcik/pbixrefresher-python. It can open powerBI and refresh the data. So, I adapt some script from it.
Now, I can use pywinauto and pyautogui to do the above process. It can refer to buttons in ribbon tab but I want to refer to page tab and filter in the dashboard. pyautogui can refer to position in the screen by the pixel but it doesn't work in different resolution screen. Moreover, it hasn't exact format in each page of the dashboard.
I try to use swapy64bit to find a object value but it doesn't work in complex program like powerBI.
So, my problem is how to reference object in dashboard from powerBI (page, filter) using its unique value (such as variable name) instead of screen position.
Regards,
Example of my powerBI dashboard

How to create nested tiles in Power View

I am currently able to use the tile feature in Power View to view data much more quickly. However I haven't figured out a way to have nested tiles to further drill down into the relevant data.
For example, I want a tile strip at the top of my view of all the different "Projects." Once I click on a tile, I want to see all the relevant data for that project and have part of that container have a strip of tiles to show "Risks, Issues, Action Items, etc." and other items in a list. See image in this link (it is a non-working dashboard, but showing you all to get a better idea of the hierarchy).
Does any one know how to do this? I know I can use slicers instead for one of the levels or view filters but I want to be able to use tiles for both.
If you use a slicer within your tile it will almost do what you want. However, you wouldn't get the nice icons for warning & error to be the source of selection. You could make it more visual by separately having a table that includes the images so that when a user selects a slicer value, it shows the appropriate icon.
HTH,
-Lukasz
In the September Power BI update they've added te possibility to: Drill Up/Down for column and scatter charts in Reports.
Check out: Changelog

Resources