Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Sa1104_k
New Member

計算式を教えてください。

20220907・20220914・20220921をX軸に入った連続の週次データがあります入力は下記のようにしたいです。起点を決めて、パーセントで表したいです。どのように作成すればいいですか?

Sa1104__0-1665115657964.png

 

3 REPLIES 3
amitchandak
Super User
Super User

@Sa1104_k , Assume you have  a measure m1 as line

 

measure 2=

var _min = minx(allselected(Date), Date[week])

return

divide([M1], calculate([M1], filter(allselected(Date), Date[week] =_min))

 

or

 

 

measure 2=

var _min = minx(allselected(Date), Date[week])

return

divide([M1], calculate([M1], filter(allselected(Date[week] ), Date[week] =_min))

ありがとうございます。理解できなかったので、もう一度おしえてください。

[一日当たりの詳細PV数]を0907を100%として変動をみたいです。

 

例 0907:1.3 0914:1.5 なら 1.3÷1.3=100% 1.5÷1.3=115%のような計算がしたい

 

日付は[年月日]というものを使用してます

@Sa1104_k ,Can you please share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.