关于 “fut credit 26 Visitez le site Buyfc26coins.com Plateforme sécurisée pour les FC 26 coins.1CpD” 的搜索结果, 共 1172 条






使用 DAX 控制切片器显示 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1060 2020-07-09 ⋅ 2406 ⋅ 1 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 小伙伴们好啊,今天我们介绍DAX在切片器中的运用。 首先,一起来看下我们的数据模型: ![file](https://pbihub.cn/uploads/images/202007/09/125/xTsCVvTDDN.png) Product/Date/C...

同期不期 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1066 2020-07-23 ⋅ 2252 ⋅ 0 ⋅ 0
数据源:二年的产品销售数据 ![file](https://pbihub.cn/uploads/images/202007/23/403/eRfCp8sHBd.png) 源数据透视表呈现的效果: ![file](https://pbihub.cn/uploads/images/202007/23/403/nk9gv26ACZ.png) 由于透视表中存在某些商品在某些年没有销售的情况 ![file...

Power BI 中 “标记为日期表” 的用法 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1067 2020-07-23 ⋅ 2277 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) > 用过Power BI的小伙伴都知道,我们日常的分析工作中,基本上所有的业务都会涉及到日期维度的逻辑。 > > 在模型关系中,日期表和事实表的字段不匹配的话,我们的计算就会发生错误。...

PowerBI 中的应用 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1081 2020-08-04 ⋅ 2204 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 在Power BI中,我们可以将自己创建的仪表板和报表集中打包在一个应用中,通过应用来管理这些仪表板和报表的集合。这在Power BI协作中会经常用到,通过发布应用来和组织内的同事协作处理Po...

Power BI 中突出显示矩阵的最大值与最小值 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1117 2020-08-27 ⋅ 2410 ⋅ 1 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) > *> 本文翻译自国际Power BI大师Alberto Ferrari的文章——《Highlighting the minimum and maximum values in a Power BI matrix》。本文介绍如何结合使用DAX和条件格式来突出显示Power B...

腾讯共享文档读取 API by 畅心 畅心

https://pbihub.cn/blog/1121 2020-08-29 ⋅ 12150 ⋅ 1 ⋅ 4
前几天有位群友发了个问题,相关讨论参考连接:https://pbihub.cn/qa/1102 这里自我梳理一下腾讯文档公开分享的相关文件数据读取套路: sheet读取 例如在我的文档某个文件夹下共享了一个腾讯文档工作簿,在浏览器中看到分享文档的链接如下: ``` https://docs.qq.c...

Power BI 书签的 N 种用法,你 get 了吗? by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1125 2020-09-01 ⋅ 2735 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 书签作为Power BI的常用功能之一,可以记录报告的各种状态,比如筛选器,视觉对象可见性等等,因此我们可以用书签来共享见解和创建情景。 利用书签我们可以给自己的可视化报告增添更...

Power BI 中的货币换算 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1153 2020-09-25 ⋅ 2523 ⋅ 1 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) > 本文翻译自国际Power BI大师Marco Russo的文章——《Currency conversion in Power BI reports》,本文介绍如何在Power BI中实现用于报告目的的货币换算。** 应用于报表的货币换算可以...

关于 PowerShell 操作 PowerBI 模型数据 by 畅心 畅心

https://pbihub.cn/blog/1162 2020-10-04 ⋅ 3360 ⋅ 1 ⋅ 0
假设当前打开的PowerBI文档中我建了一个简单的数据表: ![file](https://pbihub.cn/uploads/images/202010/04/44/XagURIZHn1.png) 我想读取它、顺便插入一行记录并导出去怎么办? 以下powershell脚本直接粘贴到txt中另存为.ps1后缀文档本地运行即可! ``` #获取SSA...

Power BI 中的增量刷新 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1191 2020-11-24 ⋅ 3520 ⋅ 2 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 本文参考文档:https://docs.microsoft.com/en-us/power-bi/admin/service-premium-incremental-refresh # 什么是增量刷新? 增量刷新数据。一般情况下,在PowerBI或PowerBI Des...

二进制函数应用从一个 500M 的 CSV 文件中提取最后一行数据说起 by 畅心 畅心

https://pbihub.cn/blog/1192 2020-11-25 ⋅ 2809 ⋅ 1 ⋅ 0
一切有为法,如梦幻泡影,施主回头是岸,哈哈哈... ``` Table.LastN( [fb=File.Contents("C:\Users\Administrator\Desktop\test2.csv"), 提取=Csv.Document( BinaryFormat.Record([a=BinaryFormat.Binary(Binary.Length(fb)-666),畅心=BinaryFormat.Bina...

在 Power BI 中实现弹窗效果 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1193 2020-11-26 ⋅ 2465 ⋅ 3 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 近来我的朋友小聪跟我抱怨:“Power BI可视化不太行,连弹窗效果都做不出来。“顺带吹嘘了一下自己的可视化效果如何如何,这么说小白我可就不服气了,当场就做了一个弹窗效果,给了他一记响...

PQ 读取玩具 Airtable 的数据 by 畅心 畅心

https://pbihub.cn/blog/1200 2020-12-20 ⋅ 2587 ⋅ 1 ⋅ 0
``` 注册登陆建立空间及生成数据 https://airtable.com/ 生成并获取apikey https://airtable.com/account apiKey=keyYvOCvO8skt3pnQ 进入api文档界面:https://airtable.com/api 选择一个实例进入该实例初始化api说明文档,里面会有实例的标志,如下面路由https:...

在 Power BI 中创建简单且图表友好的日期表 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1208 2020-12-30 ⋅ 3310 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 本文翻译自国际Power BI大师Marco Russo的文章——《Creating a simpler and chart-friendly Date table in Power BI》,通过利用自定义格式字符串来充分控制图表的可视化和排序顺序,P...

Power BI 可视化 | 如何用切片器控制记录高亮 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1210 2021-01-05 ⋅ 2459 ⋅ 1 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 小伙伴们好啊~今天的讲解内容是:如何利用切片器控制记录高亮。 废话不多说, 下面开始教学: ![](https://p26-tt.byteimg.com/img/pgc-image/43fc0d03f64d4a9dbcf600f82...

为你的数据可视化找到合适的配色 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1220 2021-01-22 ⋅ 2881 ⋅ 0 ⋅ 0
> ![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) <br> ***本文翻译自Samantha Zhang-《Finding the Right Color Palettes for Data Visualizations》。来源:GRAPHIQ*** <br> 虽然现在大家已经可以很容易的找到一些非常不错的配色...

DAX 实战 | FORMAT 函数详解 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1224 2021-01-29 ⋅ 2541 ⋅ 0 ⋅ 0
> ![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 工坊的小伙伴们大家好~近期小编在做报表的时候接触到一个很实用的函数,想和大家分享一下。首先来介绍一下业务背景: 小编想要实现下图这样的一个表格的表头形式,这种列标题上...

Power BI 可视化 | Route Map 用法介绍 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1226 2021-02-02 ⋅ 2608 ⋅ 0 ⋅ 0
> ![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) Hi,小伙伴们,今天介绍一下Route Map地图的使用! 近期在工作中遇到一个难题:如何能描绘出一辆汽车的行驶过程中其经过的城市,展示行驶速度的大小与耗油的多少呢,内置的地...

Power BI 可视化 | 如何处理图表中的极大值 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1232 2021-02-22 ⋅ 2232 ⋅ 0 ⋅ 0
> ![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 工作中做报告的时候经常需要对比分析,有时候存在极大值,使得其他对比没有意义。这不,最近做报告又遇见了。示例如下: ![](https://p26-tt.byteimg.com/img/pgc-image/2e19430b8...

pbixr 包操作 pbix by 畅心 畅心

https://pbihub.cn/blog/1234 2021-02-26 ⋅ 2963 ⋅ 0 ⋅ 0
R语言在不久前出过一个操作pbix的package:pbixr 参考: https://cran.r-project.org/web/packages/pbixr/pbixr.pdf https://cran.r-project.org/web/packages/pbixr/vignettes/explore.html 我大致猜测一下分两大块: 1.本地文件不打开读取数据:类似于将pbix处理...

DAX 实战 | VAR 函数应用避坑 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1302 2021-09-14 ⋅ 2609 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) Hello各位小伙伴们好呀!今天我们来讲讲如何规避变量VAR的错误用法。 我们在书写DAX公式的时候经常会用到变量VAR,它可以优化公式的性能,增强代码的可读性。有时...

Power BI 可视化 | 定点网抓操作示例 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1316 2021-11-15 ⋅ 2387 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) 数据分析中不可避免的是分析中国传统节日例如春节等节日对于国内商业产能的影响,而使用Dax语言编写农历日期表又十分困难,于是选择使用M函数以及定位获取数据来解决农历...

ACCESS 之 HR 招聘信息管理_64 位 by 焦棚子 焦棚子

https://pbihub.cn/blog/1317 2021-11-15 ⋅ 1876 ⋅ 0 ⋅ 0
<a class="internal" href="https://jiaopengzi.com/75.html" data-za-detail-view-id="1043">焦棚子的文章目录</a> <h1>一、背景</h1> 最近把之前做的一个HR招聘信息管理工具翻新了下,有需要的朋友可以自取,主要想解决的问题是多人在跟进人员招聘的时候信息的不...

PowerBI 模型优化模板 by 木小桼 木小桼

https://pbihub.cn/blog/1319 2021-11-18 ⋅ 2315 ⋅ 1 ⋅ 0
在前面有分享一些外部工具的使用,通过外部工具可以很方便地对报表模型进行优化,比如PowerBI Helper、Dax Studio,可能会有人觉得这些不够方便,没有在PowerBI里面进行,今天来介绍一个国外大佬制作的一个PowerBI模板,从而实现快速优化PowerBI模型。 首先需要打开Po...

仪表板设计的注意事项 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1402 2022-09-07 ⋅ 1989 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) 本文翻译自Payal Patel的文章—《The Dos and Don’ts of Dashboard Design》来源:Medium 本文将指导您创建有影响力的仪表板的快速提示 如今,许多组织和产品都使用...

在 Power BI 中使用 “个性化视觉对象” 功能 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1406 2022-10-17 ⋅ 1485 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) 本文翻译自Nikola Ilic的文章—《Going Above & Beyond with Personalized Visuals in Power BI!》来源:Medium 你是否曾想让报告的查看者选择他们希望的数据显示方式?个...

在 Power BI 中使用 “个性化视觉对象” 功能 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1407 2022-10-17 ⋅ 1991 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) 本文翻译自Nikola Ilic的文章—《Going Above & Beyond with Personalized Visuals in Power BI!》来源:Medium 你是否曾想让报告的查看者选择他们希望的数据显示方式?个...

Power BI 中的静态排名与动态排名 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1411 2022-11-03 ⋅ 2025 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) 本文翻译自Nikola Ilic的文章—《Static vs Dynamic ranking in Power BI》来源:Medium 学习如何以多种不同的方式处理最常见的业务请求之一! 我最畅销的产品是什么...

DAX 中不同数据类型的舍入误差 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1458 2023-05-17 ⋅ 2100 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) DAX中不同数据类型的舍入误差 2023-05-17 18:35·PowerPivot工坊 本文翻译自Marco Russo & Alberto Ferrari的文章—《Rounding errors with different data types in D...

ChatGPT+Power BI=人工智能的天作之合 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1461 2023-06-06 ⋅ 1693 ⋅ 0 ⋅ 0
![](https://p3-tt.byteimg.com/origin/pgc-image/eb9618e3318c4897a18c8c23bfec07a3?from=pc) 本文翻译自Gabe Araujo, M.Sc.的文章—《ChatGPT + Power BI = A Match Made in AI Heaven! 》来源:Medium 在文章的最后,我将演示如何使用Python将ChatGPT与Power B...