Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
I am trying to count activation dates over time. The totals are correct, but I cannot get it to show activations per month.
I created a measurement- Site Activations, which works, however I cannot graph it over time. I think it is because there is not a time in the Activations table. I tried doing userelationship, but i cannot get it to work! Help!
Site Activations Measure is from Activations Table and Month/Year are from Calendar Table.
Solved! Go to Solution.
Hi @aw3w2
If you're seeing a blank period that is most likely because your calendar table does not cover the dates in your fact table or you have a data type mismatch (datetime vs date). The column format in the designer does not matter but ensure you're using the same data types. You should be able to successfully do that in the query editor.
Hi @aw3w2
If you're seeing a blank period that is most likely because your calendar table does not cover the dates in your fact table or you have a data type mismatch (datetime vs date). The column format in the designer does not matter but ensure you're using the same data types. You should be able to successfully do that in the query editor.
Hi,
What do you mean by " there is not a time in the Activations table."? In Power Query, ensure that that data type of the Date first activated column is Date. Also, if there is already a Many to One relationship from the Date first activated column to the Date column of the Calendar table, then this simple measure should work
Measure = COUNT('Activation Report'[Date First Activated])
If it does not help, then share the download link of the PBI file.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 31 | |
| 28 | |
| 24 |