Aswer should be like this嗨,我想计算每天3天前的车辆价格提取到新的列中 我使用了下面的公式,但我没有得到正确的值 3dayPrice = CALCULATE(AVERAGE(PowerBI_HistoricalMarketPricing[DailyRate]),FILTER(PowerBI_HistoricalMarketPricing,DATEADD(PowerBI_HistoricalMarketPric
我想在transform data页面中创建一个新列,其中datetime数据被转换为year-month。Date采用这种格式:10/12/2015此外,我能够在Data部分中创建该列,但当我在顶部工具栏中打开Transform时,我希望通过分组和聚合数据,新创建的列不在表中。更新:The name 'FORMAT' wa