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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
rabiafarooq
Helper I
Helper I

data related to two different dates on line and clustered column chart.

vacc.png

so i am showing the vaccines done during different month on the bars of the chart. the date on the the x-axis is the vaccination date. The line values are sum of sms sent to patients for vaccination reminder. now what i want is i want the sum of the sms to be shown according to the sms sent date. but for now the sms are shown according to the vaccination date.

any solution? 

 

4 REPLIES 4
Johannesvd
Helper I
Helper I

Can u create a non active relatioship between your smsdate and date table? After that you can use CALCULATE in combination with USERELATIONSHIP to create your desired result.

@Johannesvd there is no date table. there are two date columns, vaccination date and sms sent date.

Is it possible to add one?


Example:
https://www.sqlbi.com/tools/dax-date-template/

After that create to connections (one active for date vaccination and one in active for smsdate)

 

Than you can use something like this:
CALCULATE(count(EXAMPLE[sms sent date]);USERELATIONSHIP(EXAMPLE[sms sent date];'DATE'[Date])

@JohannesvdThat is very confusing,

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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