Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
场景:
我将与您分享一个小技巧,只需使用 DAX 制作时钟可视化即可。
视觉对象如下所示:
操作 :
操作步骤如下:
使用的 Unicode 表 :
这是时钟的 Unicode。我们可以通过更改 Unicode 的值来更改时钟的视觉效果。
时钟样式 |
时间 |
Unicode码 |
|
1:00 |
128336; |
|
2:00 |
128337; |
3:00 |
128338; |
|
|
4:00 |
128339; |
|
5:00 |
128340; |
|
6:00 |
128341; |
|
7:00 |
128342; |
|
8:00 |
128343; |
|
9:00 |
128344; |
|
10:00 |
128345; |
|
11:00 |
128346; |
|
12:00 |
128347; |
|
1:30 |
128348; |
|
2:30 |
128349; |
|
3:30 |
128350; |
|
4:30 |
128351; |
|
5:30 |
128352; |
|
6:30 |
128353 |
技巧 :
您还可以使用 UNICHAR 函数和其他 Unicode 创建所需的视觉对象。
Author: Lianl
Review: Kerry Wang & Ula Huang
Tanslate: Jialong Yu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.