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
MHazib
Frequent Visitor

Create Area Diagram

Hi Community,

 

i am trying to create an area diagram that sums up every active certification in my DB. Therefore there is one table with all the certifications and one DateTable as follows:

 

Certificates Table:

MHazib_1-1652892346865.png

 

Date Table:

MHazib_2-1652892443412.png

 

Table relationships are the following:

MHazib_0-1652893384717.png

 

 

I was able to create an area chart showing the total of certificates per day by creating calculated columns for each type of certificate in the date table:

 

ISO 14001 = CALCULATE(DISTINCTCOUNT(PartnerWithIso[PartnerID]),FILTER(ALL(PartnerWithIso),PartnerWithIso[ISO14001ValidToDate] >= 'Aufgerufene Funktion'[Date] && NOT ISBLANK(PartnerWithIso[ISO14001ValidToDate])))

 

MHazib_3-1652892580143.png

My problem now is that I want to click on a specific date in the chart (e.g. 2024-05-03) and get back the PartnerIDs that have an active certification on that date. Is there any way to make this work?

 

MHazib_4-1652893206047.png

 

 

1 REPLY 1
v-shex-msft
Community Support
Community Support

HI @MHazib,

Perhaps you can try to do unpivot column on these fields to attribute and value, then you can use the value field as a relationship key to link to other tables. (attribute to chart legend as the group) They should help power bi do analysis with your records.

Unpivot columns - Power Query | Microsoft Docs

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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.