格式化A列中的SSAS表格模型中的列为百分比为百分比

发布于 2025-01-22 15:03:14 字数 539 浏览 0 评论 0原文

我从Hive数据库中检索了以下度量:

Success_Rate
0.1
1.09
5.00
-0.34
...

此列已经以源为百分比计算出来,当我尝试在SSAS表格中格式化时,如下所示:

输出变得像下面一样:

Success_Rate
    10%
    109%
    500%
    -34%
    ...

而不是:

Success_Rate
    0.1%
    1.09%
    5.00%
    -0.34%
    ...

I have the following metric retrieved from a HIVE database :

Success_Rate
0.1
1.09
5.00
-0.34
...

This column is already calculated in percentage from the source and when I try to format it in the SSAS Tabular as Percentage like below :

enter image description here

The output becomes like below :

Success_Rate
    10%
    109%
    500%
    -34%
    ...

Instead of :

Success_Rate
    0.1%
    1.09%
    5.00%
    -0.34%
    ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦巷 2025-01-29 15:03:14

在您的Hive数据库中,您可以创建另一列,其中乘以100
然后,在表格模型中,您可以将数据格式更新为百分比,您将具有正确的格式。
或者,您可以在表格立方体中创建具有相同逻辑(乘以100)的列并应用格式。

In your hive database, you can either create another column where you multiply by 100
and then in the tabular model you can update the Data Format to Percentage and you will have the correct formatting.
Or, you can create a column with the same logic (multiplying by 100) in the tabular cube and apply the formatting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文