[Power BI Visual Tips] データの絞り込み:フィルターとスライサー

Microsoft Japan Data Platform Tech Sales Team 伊藤   Power BI にはレポート上でデータを絞り込む手段として「フィルター」と「スライサー」という機能があります。いずれも設定するのはレポート作成者(所有者)ですが、レポートの編集権限がない場合にも値を変えるなどの操作が可能です。 「レポート上で」と太字で強調したのは、データを取り込む際に絞り込むことも可能だからです。これはこれで話が長くなるので、今回はレポート上でのデータの絞り込みにフォーカスして紹介します。


UnicodeMath Version 3.1

A new version of Unicode Technical Note #28, UnicodeMath, a Nearly Plain-Text Encoding of Mathematics is now available. It updates several topics and references and uses the name UnicodeMath instead of Unicode linear format. Since there are several math linear formats, such as Nemeth braille, [La]TeX, and AsciiMath, having the name UnicodeMath clarifies the discussion…


It’s easy to use Windows Hooks, even from C#

Microsoft Windows is based on showing windows of data to the user (duh). An application can create windows with which to interact with the user. Every window has a Window Handle, which is used just like an ID number. The Windows OS communicates with the application windows via Windows Messages. For example, when you type…


[Sample Of Nov. 30]How to enable CORS(Cross-origin resource sharing) in ASP.NET Core

Nov. 30 Sample : https://code.msdn.microsoft.com/How-to-enable-CORSCross-f87cd084 This sample demonstrates how to enable CORS(Cross-origin resource sharing) in ASP.NET Core. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage…


Performance issues with Visual Studio Team Services – 11/30 – Investigating

Update: Wednesday, 30 November 2016 04:26 UTC Our DevOps team continues to investigate issues with Visual Studio Team Services. Root cause is not fully understood at this time. Some customers continue to experience performance issues while using Visual Studio Team Services. We currently have no estimated time for resolution. Next Update: Before 11:50 UTC Sincerely,Shubhra…


10 Security Issues You Can Fix with Azure Security Center

When I first saw Azure Security Center over a year ago, I thought “meh, looks interesting but doesn’t seem to do too much”. True story. Since then, a lot of things have changed in Azure Security Center and my understanding of what it does and how it works – there’s no “meh” there anymore! When…


10 Security Issues You Can Fix with Azure Security Center

When I first saw Azure Security Center over a year ago, I thought “meh, looks interesting but doesn’t seem to do too much”. True story. Since then, a lot of things have changed in Azure Security Center and my understanding of what it does and how it works – there’s no “meh” there anymore! When…


Application Insights Planned Maintenance – 11/23 – Final Update

Final Update: Tuesday, 30 November 2016 1:36 UTCMaintenance has been completed on Application Insights Availability Web Test feature in Moscow location.Network device had been successfully replaced. Some customers might have experienced availability data gaps in Moscow location during this maintenance time windows: 13:00 – 17:10 UTC, 29 November 2016 and 00:20 – 01:30 UTC, 30 November 2016-Vitaliy Planned Maintenance: 12:00 –…


Microsoft Flow を使用して Dynamics 365 for Operations のデータを Excel に挿入する設定例

Microsoft Flow を使用して Dynamics 365 for Operations のデータを Excel に挿入する設定例をご案内します。 [Summary] Data Entity を利用して、Dynamics 365 for Operations からデータを取得し、OneDrive 上にある、Excel ファイルのテーブルにデータを挿入します。   [Steps] Excel にて、新規ブックを開きます。 1行目に列名を指定します。 上記を選択し、[挿入] > [テーブル] をクリックします。 テーブルの範囲を指定します。 Excel を保存します。 保存した Excel ファイルを OneDrive 上に置きます。 Microsoft Flow を起動します。 [自分のフロー] > [一から作成] をクリックします。 トリガー  にて 「繰り返し」を選択します。 [新しいステップ] > [アクションの追加] をクリックします。 「Dynamics 365 for Operations –…


An Introduction to Azure Functions

In a recent post from his blog, Application Development Manager Christian Reddington walks us through an introduction to Azure Functions.  Azure Functions provide a solution for easily running small pieces of code (“functions”) in the cloud. You can write the code you need for the problem at hand, without worrying about a whole application of…