关于 “FC 26 monedas comprar Visité Buyfc26coins.com. ¡Fantástico! Mi nueva tienda favorita..OqgD” 的搜索结果, 共 504 条






FIND 提取姓名 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1005 2020-06-01 ⋅ 1966 ⋅ 0 ⋅ 0
![file](https://pbihub.cn/uploads/images/202006/01/403/USGbTAv3Zh.png) 结果会是这个样子的: ![file](https://pbihub.cn/uploads/images/202006/01/403/wS4DSBUU1K.png) dax 如何写 : ``` =var a = FIND(",",'表1'[Name],,0) var b = FIND(",",'表1'[Name],a...

.log 格式文件用 CSV 公式获取报错 by 初出茅庐 初出茅庐

https://pbihub.cn/qa/1018 2020-06-10 ⋅ 2376 ⋅ 0 ⋅ 6
获取网址 http://www.yiyisoft.com/tongji/202009.log 直接访问是下载log 获取代码 <pre><code> Csv.Document(Web.Contents([Custom]),[Delimiter=",", Columns=5, Encoding=936 ,QuoteStyle=QuoteStyle.Csv]) </code></pre> query里有数据 没有error query数...

多条件筛选 by 安安羽羽 安安羽羽

https://pbihub.cn/qa/1024 2020-06-12 ⋅ 3330 ⋅ 1 ⋅ 5
大神好, 左边的表格是各个工厂的库存类别,我要做个筛选 1. 如果plant是2611、2618,全部保留 2.如果plant 是2001,2011,2016,2026,能筛选text 里包含7920和3100 3.其他的plant ,筛选text 里包含 trading 或者finished或者fin 我现在的做法是拆成两个查询分别...

List.Accumulate-处理字母 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1026 2020-06-13 ⋅ 2296 ⋅ 0 ⋅ 1
很久以前的案例 大概就是分隔符"/" +空格+汉字,就不要处理了,分隔符"/" +空格+非汉字,就必须移除字母 ![file](https://pbihub.cn/uploads/images/202006/13/403/A8KKxDXMCd.png) ``` = List.Accumulate(Text.ToList("我们avA/ 我们22445bjbjb"),"",(x,y)=> if Text....

PQ 对行进行条件计数 by Spartacus Spartacus

https://pbihub.cn/qa/1032 2020-06-16 ⋅ 2861 ⋅ 3 ⋅ 7
各位大佬,PQ能对行进行条件计数吗?类似Excel中countif函数 示意图如下 ![file](https://pbihub.cn/uploads/images/202006/16/1326/P8y6Z0aYve.png)

求每月新品销售 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1034 2020-06-16 ⋅ 2182 ⋅ 0 ⋅ 0
数据源:模拟超市销售数据 ![file](https://pbihub.cn/uploads/images/202006/16/403/wgP0o4VeOP.png) 结果: ![file](https://pbihub.cn/uploads/images/202006/16/403/orNrAKKmSk.png) 解剖: ![file](https://pbihub.cn/uploads/images/202006/16/403/j0nZNNCAiF...

购物篮分析 双星 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1038 2020-06-18 ⋅ 2004 ⋅ 0 ⋅ 0
数据源: ![file](https://pbihub.cn/uploads/images/202006/18/403/t8otl0iIl8.png) 辅助表: ![file](https://pbihub.cn/uploads/images/202006/18/403/c87Pg26gfb.png) 关系视图: ![file](https://pbihub.cn/uploads/images/202006/18/403/kYB8LOB1fr.png) 结果...

如何用公式实现 “下一行不为空” 的判断 by Jeremy Jeremy

https://pbihub.cn/qa/1051 2020-06-29 ⋅ 2433 ⋅ 0 ⋅ 2
新建一个自定义列,需要实现: 如果Actual列**不为空**,且Future列**为空**,且Future列下一行也为空则自定义列的值**为空**; 如果Actual列**不为空**,且Future列**为空**,且Future列下一行不为空则自定义列的值为**Acutal列的值**; 如果Actual列**为空**,且Fu...

Power BI 可视化 | 自定义可视化页面主题 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1053 2020-06-30 ⋅ 2825 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 今天给大家分享的是自定义主题。相信大家在使用Power BI 的过程中也会遇到这样的问题--当客户需要的可视化视图颜色带有自己公司的特色时,我们需要手动修改每一个可视化图表的色彩。并且...

DAX 驱动可视化——使用 DAX 自定义 KPI 图 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1054 2020-07-02 ⋅ 2235 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) > 各位小伙伴好~ > > 日常工作中,我们都在拖拽设计可视化报表,但是由于拖拽本身的限制,设计者们并没有办法完全控制报告的展现。 > > 微软为我们提供了一种更加灵活的方式--使用D...

PBI 销售漏斗对比展示 by Spartacus Spartacus

https://pbihub.cn/qa/1055 2020-07-02 ⋅ 2436 ⋅ 0 ⋅ 1
PB能实现在一个页面上对比展示同城两个门店的销售漏斗吗? 如下图所示: ![file](https://pbihub.cn/uploads/images/202007/02/1326/xpOUV7kATK.png)

另类求累计 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1056 2020-07-02 ⋅ 2449 ⋅ 2 ⋅ 1
数据源: ![file](https://pbihub.cn/uploads/images/202007/02/403/8hH40Uzgeo.png) 单表模型: ![file](https://pbihub.cn/uploads/images/202007/02/403/q01rFC2vDm.png) 透视表效果: ![file](https://pbihub.cn/uploads/images/202007/02/403/qYcDgovb9n.png)...

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

https://pbihub.cn/blog/1060 2020-07-09 ⋅ 2389 ⋅ 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...

Power Query 批量操作列函数详解 by 逍遥之 逍遥之

https://pbihub.cn/blog/1061 2020-07-09 ⋅ 2491 ⋅ 1 ⋅ 0
## Table.TransformColumns --- Table.TransformColumns(table as **table**, transformOperations as **list**, ***optional*** defaultTransformation as **nullable function**, ***optional*** missingField as **nullable MissingField.Type**) as **table**...

查找匹配函数 FIND 和 SEARCH 的基本用法 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1065 2020-07-21 ⋅ 2971 ⋅ 1 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) # 一、Excel中FIND函数和SEARCH函数的用法 **FIND**函数区分大小写,不支持通配符 **SEARCH ** 函数不区分大小写,支持通配符 有这样一个产品: ![file](https://pbihub.cn/upl...

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

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

价格带分析-参数表 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1069 2020-07-25 ⋅ 2314 ⋅ 0 ⋅ 0
数据源: ![file](https://pbihub.cn/uploads/images/202007/25/403/xmY3v6Zt40.png) 关系视图: ![file](https://pbihub.cn/uploads/images/202007/25/403/abjSQj7vZx.png) 度量值: ``` 价格区间统计:=CALCULATE(SUM('销售表'[销售]),FILTER('产品表','产品表'[价...

Power BI 新功能之钻取按钮 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1070 2020-07-28 ⋅ 2627 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) *备注: 此功能为 2020年3月发布的预览功能* # 钻取按钮 (追溯)介绍 此操作类型将允许您根据上下文导航到追溯页面。这个功能可以应用的场景很多, 例如在分析当下疫情时,先看所有国...

Power BI 新功能之双 Y 轴功能 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1073 2020-07-30 ⋅ 3316 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 各位小伙伴好啊,今天我们通过实际工作中客户提出的一个需求来讲解Power BI中的一项新功能:双Y轴功能。 客户需求:**在一个图表中展示两条折线。** 需求本身不难,难的是客户希望...

POWER BI 如何新增列,并设置公式 by JT TOMATO JT TOMATO

https://pbihub.cn/qa/1084 2020-08-05 ⋅ 2221 ⋅ 0 ⋅ 1
各位高手大家好: 求教该如何在POWER BI 之中新增一个列,并设置该列的值等于:Premier Seats / Premier Rev 由于可以理解的原因,我对图片中的数据进行了脱敏 感谢大家 ![file](https://pbihub.cn/uploads/images/202008/05/1821/ICsQaC66tV.png)

Power BI 中如何添加标头工具提示 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1088 2020-08-07 ⋅ 2182 ⋅ 1 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 相信大家都经常会用到工具提示这个功能,(没有用过的小伙伴也莫慌,此处献上一剂良方《Power BI中的工具提示》)但是标头的工具提示大家有没有听说过呢?今天就来给大家盘盘这个小功能,...

Excel 数据清洗,使用 Power Query 原来这么地简单 by 土豆先森 土豆先森

https://pbihub.cn/blog/1092 2020-08-08 ⋅ 2820 ⋅ 0 ⋅ 4
今天通过一个数据清洗的例子继续讲解一下Excel Power Query中关于数据清洗的例子。 ![file](https://pbihub.cn/uploads/images/202008/08/233/ftcPzMAAua.png) 如下所示,将下面的左侧的数据清洗成右侧的数据。 ![file](https://pbihub.cn/uploads/images/202008/0...

PQ 大数运算基础篇 by 畅心 畅心

https://pbihub.cn/blog/1098 2020-08-12 ⋅ 2954 ⋅ 7 ⋅ 0
我们知道在excel中数字位数是有限制的,如果我们要进行大数运算该怎么办? 这里我用PQ来模拟了基础的笔算竖式思路: 首先来看最简单的两个大整数的加法: ![file](https://pbihub.cn/uploads/images/202008/12/44/MULZVXOqPe.png) ``` let 源 = Excel.Current...

DAX 实战 | FORMAT 函数的两个日常用法 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1105 2020-08-18 ⋅ 3351 ⋅ 2 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) 今天我们来详细介绍下FORMAT 函数在工作中的两种应用。 > FORMAT 函数 > 根据指定的格式将值转换为文本。 > 语法: > FORMAT(<value>,<format_string>) # 应用一:定义数字...

Power BI 中导航栏的制作 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1107 2020-08-20 ⋅ 2612 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) Hello各位小伙伴,今天为大家带来的小技巧是在Power BI中制作导航栏。使用导航栏可以方便报表直接进行跳转。 导航栏的制作有两种办法:第一种可以在首页和报表页面里进行设置,第二种...

Power BI 中使用图片作为切片器 by PowerPivot工坊 PowerPivot工坊

https://pbihub.cn/blog/1109 2020-08-25 ⋅ 2508 ⋅ 0 ⋅ 0
![](http://p1.pstatp.com/large/pgc-image/f89631124ea74e808450d00703d504d9) ![file](https://pbihub.cn/uploads/images/202008/25/125/SbOA3cusF1.png) 上面这三个人,是牛教练的得意弟子。 有一天牛教练带着这三个人去参加比赛,结果在门口被拦下了。 工作人员...

请教:如何从金数据表格中获取经纬度? by 罗简单 罗简单

https://pbihub.cn/qa/1110 2020-08-26 ⋅ 2511 ⋅ 0 ⋅ 10
数据填写结果: https://jinshuju.net/f/zjCl9A/r/d9X1cJ ![file](https://pbihub.cn/uploads/images/202008/26/810/8lYGcuGtVm.png)

关于用销售表清洗去重来构建产品表的性能优化 by jeffh jeffh

https://pbihub.cn/qa/1111 2020-08-26 ⋅ 2426 ⋅ 0 ⋅ 1
平时为了快捷直接使用销售表里面的产品信息清洗去重得到一张产品表用来搭建数据模型。因为产品信息每个月在更新,所以可能会产生同一个产品1月和6月的销售记录中某一个属性不一样的情况,遇到这样的情况,统一使用最近一次销售记录的产品信息。源数据销售表有超过20万行...

List.Generate 使用中的一个问题 by 跑

https://pbihub.cn/qa/1114 2020-08-26 ⋅ 2500 ⋅ 0 ⋅ 3
使用List.Generate循环用{A,B,C}替换原值,报错,请教原因 ![file](https://pbihub.cn/uploads/images/202008/26/329/XsT01OYc9o.png)

calculate-见解 5 by 洞里乾坤 洞里乾坤

https://pbihub.cn/blog/1130 2020-09-03 ⋅ 3004 ⋅ 0 ⋅ 0
数据源: ![file](https://pbihub.cn/uploads/images/202009/03/403/tqBtD4x2lt.png) 关系视图: ![file](https://pbihub.cn/uploads/images/202009/03/403/y05Yt2mhSp.png) 先来个基础度量值: ``` 数量 的总和:=SUM([数量]) ``` 接下来我在产品表里添加一个计算...