-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpower-bi.html
100 lines (91 loc) · 4.64 KB
/
power-bi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE HTML>
<html>
<head>
<title>Simeon Atanasov | Power BI Report on GDPR Fines and Analytics for Risk Management</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Explore Simeon Atanasov's GDPR Fines Dashboard powered by Power BI. Gain insights into GDPR enforcement across Europe with trends, country-specific data, and company-level analysis since 2018.">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Simeon Atanasov</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="power-bi.html" class="active">Power BI</a></li>
<li><a href="my-asteroids-game.html">My Asteroids Game</a></li>
<li><a href="risk-matrix-original.html">Risk Matrix</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">GDPR Power BI Dashaboard - Fines</h1>
<!-- <span class="image fit"><img src="images/pic04.jpg" alt="" /></span> -->
<section>
<h2>Introduction</h2>
<p>
Welcome to the <strong>GDPR Fines in Europe Dashboard</strong>, a comprehensive visual representation of enforcement actions under the General Data Protection Regulation (GDPR). This dashboard offers a detailed overview of GDPR fines imposed across Europe, empowering stakeholders to gain actionable insights into the trends and patterns of regulatory enforcement.
</p>
</section>
<!-- <iframe title="GDPR tracker auto source" width="1200" height="747" src="https://app.powerbi.com/view?r=eyJrIjoiMjU3ZWI3YzItNzc5My00NmZhLWI4OGQtNWZiOTA4YTAwMzI0IiwidCI6IjA5YWUxZWFmLTA0NjktNGZmMi05YThkLTIxNDdkOGRjZGY5NyIsImMiOjl9" frameborder="0" allowFullScreen="true"></iframe> -->
<div class="iframe-container">
<iframe title="GDPR tracker auto source" src="https://app.powerbi.com/view?r=eyJrIjoiMjU3ZWI3YzItNzc5My00NmZhLWI4OGQtNWZiOTA4YTAwMzI0IiwidCI6IjA5YWUxZWFmLTA0NjktNGZmMi05YThkLTIxNDdkOGRjZGY5NyIsImMiOjl9" frameborder="0" allowFullScreen="true"></iframe>
</div>
<section>
<br />
<h2>Key Features</h2>
<ul>
<li><strong>Country-Specific Insights:</strong> Analyze fines distributed by European countries to identify the regions with the highest enforcement activity.</li>
<li><strong>Company-Level Analysis:</strong> Examine which organizations have incurred fines and their respective industries.</li>
<li><strong>Temporal Trends:</strong> View fines over time to understand the evolution of GDPR enforcement since its implementation in 2018.</li>
<li><strong>Article-Type Categorization:</strong> Dive into fines based on specific GDPR articles violated, such as unlawful processing, insufficient consent, or failure to ensure data security.</li>
</ul>
</section>
<section>
<h2>Purpose</h2>
<p>
This dashboard is designed for privacy professionals, legal teams, and compliance officers to:
</p>
<ol>
<li>Understand enforcement trends to prioritize compliance efforts.</li>
<li>Benchmark organizational practices against regulatory actions.</li>
<li>Promote a culture of accountability and adherence to data protection principles.</li>
</ol>
</section>
<section>
<h2>Conclusion</h2>
<p>
Whether you're preparing a compliance report or exploring GDPR enforcement dynamics, this dashboard serves as a valuable resource for informed decision-making.
</p>
</section>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Simeon. All rights reserved.</li>
<li><a href="">Terms of use</a></li>
<li><a href="privacy-notice.html">Privacy notice</a></li>
<li><a href="cookie-notice.html">Cookie notice</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>