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

View all the Fabric Data Days sessions on demand. View schedule

Reply
Sjrombouts
New Member

Create new table with matrix visualization

All,

 

I need some help cause I am stuck since last Friday.

 

I have two tables

Table 1

IDSubmission date# submissions
101/01/2022

5

101/02/2022

7

101/03/2022

3

 

Table 2

IDDate Rate changed
101/02/2022

 

I want to see the amount of submissions per Rate changed date till today()

 

IDDate Rate changed# submissions
101/02/202210

 

I am trying to do with Sumarized columns etc, but somewhere my formula is not working

 

Measure = CALCULATE(
    SUM(NUM_SUB[# Sumbissions]),
    FILTER(ALL(Marketingratechange),Marketingratechange[Changed_Date]<= MAX(Marketingratechange[Changed_Date]))
)
0 REPLIES 0

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors