Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi I am new to PowerBi and I have a data set with two columns: date and action type(ABC, DEF, GHI). I am interested to find the percent change in the ABC action type through the years with the forumla of ABC/(DEF+GHI), but how would I go about calculating that and then doing a line graph? Specifically with the line and clustered column chart.
Solved! Go to Solution.
@Anonymous ,
You may try adding measure below.
Measure = DIVIDE ( COUNTROWS ( FILTER ( Table1, Table1[type] = "ABC" ) ), COUNTROWS ( FILTER ( Table1, Table1[type] IN { "DEF", "GHI" } ) ) )
@Anonymous ,
You may try adding measure below.
Measure = DIVIDE ( COUNTROWS ( FILTER ( Table1, Table1[type] = "ABC" ) ), COUNTROWS ( FILTER ( Table1, Table1[type] IN { "DEF", "GHI" } ) ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
87 | |
65 | |
50 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |